#EFD970

Color #EFD970 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #EFD970

Tints of Wild Rice #EFD970

Color information

#EFD970 (or 0xEFD970) is unknown color: approx Wild Rice. HEX triplet: EF, D9 and 70. RGB value is (239,217,112). Sum of RGB (Red+Green+Blue) = 239+217+112=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 112 (44.14% from 255 or 19.72% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD970 is #10268F. Grayscale: #D4D4D4. Windows color (decimal): -1058448 or 7395823. OLE color: 7395823.

HSL color Cylindrical-coordinate representation of color #EFD970: hue angle of 49.61º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD970 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB239217112-
CMYK00.090.530.06
HSL49.61º79.87%68.82%-
HSV(B)49.61º53.14%93.73%-
XYZ63.3369.1525.34-
YUV211.6171.79147.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 217 (85.16% from 255) = 38.20%
BLUE value IS 112 (44.14% from 255) = 19.72%
R=42.08%
G=38.20%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921711200.090.530.0649.6179.8768.82
HexEFD97009356325045
Octal35733116001165662120105
Binary111011111101100111100000100111010111011001010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD970; }

 p { color: rgb(239,217,112); }

 H1.HeaderClassName
 {
   color: #EFD970;
 }
 .AnyTagClassName
 {
   color: #EFD970;
 }
</style>
background-color css

<style>
 a { background-color: #EFD970; }

 a { background-color: rgb(239,217,112); }

 div.DivClassName
 {
   background-color: #EFD970;
 }
 .BgClassName
 {
   background-color: #EFD970;
 }
</style>
border-color css

<style>
 span { border-color: #EFD970; }

 span { border-color: rgb(239,217,112); }

 td.TdClassName
 {
   border-color: #EFD970;
 }
 .TagClassName
 {
   border-color: #EFD970;
 }
</style>