#EADD72

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

Shades of Wild Rice #EADD72

Tints of Wild Rice #EADD72

Color information

#EADD72 (or 0xEADD72) is unknown color: approx Wild Rice. HEX triplet: EA, DD and 72. RGB value is (234,221,114). Sum of RGB (Red+Green+Blue) = 234+221+114=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 221 (86.72% from 255 or 38.84% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD72 is #15228D. Grayscale: #D5D5D5. Windows color (decimal): -1385102 or 7527914. OLE color: 7527914.

HSL color Cylindrical-coordinate representation of color #EADD72: hue angle of 53.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EADD72 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234221114-
CMYK00.060.510.08
HSL53.5º74.07%68.24%-
HSV(B)53.5º51.28%91.76%-
XYZ62.8370.4226.2-
YUV212.6972.31143.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 221 (86.72% from 255) = 38.84%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=41.12%
G=38.84%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422111400.060.510.0853.574.0768.24
HexEADD7206338364a44
Octal35233516206631066112104
Binary111010101101110111100100110110011100011011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD72; }

 p { color: rgb(234,221,114); }

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

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

 a { background-color: rgb(234,221,114); }

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

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

 span { border-color: rgb(234,221,114); }

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