#eadc76

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

Shades of Wild Rice #EADC76

Tints of Wild Rice #EADC76

Color information

#EADC76 (or 0xEADC76) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 76. RGB value is (234,220,118). Sum of RGB (Red+Green+Blue) = 234+220+118=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 118 (46.48% from 255 or 20.63% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC76 is #152389. Grayscale: #D4D4D4. Windows color (decimal): -1385354 or 7789802. OLE color: 7789802.

HSL color Cylindrical-coordinate representation of color #EADC76: hue angle of 52.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EADC76 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB234220118-
CMYK00.060.500.08
HSL52.76º73.42%69.02%-
HSV(B)52.76º49.57%91.76%-
XYZ62.7969.9927.34-
YUV212.5674.64143.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 118 (46.48% from 255) = 20.63%
R=40.91%
G=38.46%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422011800.060.500.0852.7673.4269.02
HexEADC7606328354945
Octal35233416606621065111105
Binary111010101101110011101100110110010100011010110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadc76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadc76; }

 p { color: rgb(234,220,118); }

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

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

 a { background-color: rgb(234,220,118); }

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

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

 span { border-color: rgb(234,220,118); }

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