#EAD47B

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

Shades of Wild Rice #EAD47B

Tints of Wild Rice #EAD47B

Color information

#EAD47B (or 0xEAD47B) is unknown color: approx Wild Rice. HEX triplet: EA, D4 and 7B. RGB value is (234,212,123). Sum of RGB (Red+Green+Blue) = 234+212+123=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 212 (83.20% from 255 or 37.26% from 569); Blue value is 123 (48.44% from 255 or 21.62% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47B is #152B84. Grayscale: #D0D0D0. Windows color (decimal): -1387397 or 8115434. OLE color: 8115434.

HSL color Cylindrical-coordinate representation of color #EAD47B: hue angle of 48.11º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EAD47B is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234212123-
CMYK00.090.470.08
HSL48.11º72.55%70%-
HSV(B)48.11º47.44%91.76%-
XYZ61.0566.0128.26-
YUV208.4379.79146.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 212 (83.20% from 255) = 37.26%
BLUE value IS 123 (48.44% from 255) = 21.62%
R=41.12%
G=37.26%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421212300.090.470.0848.1172.5570
HexEAD47B092F8304946
Octal352324173011571060111106
Binary1110101011010100111101101001101111100011000010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD47B; }

 p { color: rgb(234,212,123); }

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

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

 a { background-color: rgb(234,212,123); }

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

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

 span { border-color: rgb(234,212,123); }

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