#EADE72

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

Shades of Wild Rice #EADE72

Tints of Wild Rice #EADE72

Color information

#EADE72 (or 0xEADE72) is unknown color: approx Wild Rice. HEX triplet: EA, DE and 72. RGB value is (234,222,114). Sum of RGB (Red+Green+Blue) = 234+222+114=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE72 is #15218D. Grayscale: #D5D5D5. Windows color (decimal): -1384846 or 7528170. OLE color: 7528170.

HSL color Cylindrical-coordinate representation of color #EADE72: hue angle of 54º 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 #EADE72 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234222114-
CMYK00.050.510.08
HSL54º74.07%68.24%-
HSV(B)54º51.28%91.76%-
XYZ63.0970.9526.29-
YUV213.2871.98142.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.05%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 114 (44.92% from 255) = 20%
R=41.05%
G=38.95%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422211400.050.510.085474.0768.24
HexEADE7205338364a44
Octal35233616205631066112104
Binary111010101101111011100100101110011100011011010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADE72; }

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

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

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

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

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

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

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

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