#EADB76

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

Shades of Wild Rice #EADB76

Tints of Wild Rice #EADB76

Color information

#EADB76 (or 0xEADB76) is unknown color: approx Wild Rice. HEX triplet: EA, DB and 76. RGB value is (234,219,118). Sum of RGB (Red+Green+Blue) = 234+219+118=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB76 is #152489. Grayscale: #D4D4D4. Windows color (decimal): -1385610 or 7789546. OLE color: 7789546.

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

Color convert

RGB234219118-
CMYK00.060.500.08
HSL52.24º73.42%69.02%-
HSV(B)52.24º49.57%91.76%-
XYZ62.5369.4627.25-
YUV211.9774.97143.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 118 (46.48% from 255) = 20.67%
R=40.98%
G=38.35%
B=20.67%

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
Decimal23421911800.060.500.0852.2473.4269.02
HexEADB7606328344945
Octal35233316606621064111105
Binary111010101101101111101100110110010100011010010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADB76; }

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

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

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

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

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

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

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

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