#eadc6b

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

Shades of Wild Rice #EADC6B

Tints of Wild Rice #EADC6B

Color information

#EADC6B (or 0xEADC6B) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 6B. RGB value is (234,220,107). Sum of RGB (Red+Green+Blue) = 234+220+107=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC6B is #152394. Grayscale: #D3D3D3. Windows color (decimal): -1385365 or 7068906. OLE color: 7068906.

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

Color convert

RGB234220107-
CMYK00.060.540.08
HSL53.39º75.15%66.86%-
HSV(B)53.39º54.27%91.76%-
XYZ62.1869.7424.09-
YUV211.369.14144.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 220 (86.33% from 255) = 39.22%
BLUE value IS 107 (42.19% from 255) = 19.07%
R=41.71%
G=39.22%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422010700.060.540.0853.3975.1566.86
HexEADC6B06368354b43
Octal35233415306661065113103
Binary111010101101110011010110110110110100011010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eadc6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eadc6b; }

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

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

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

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

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

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

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

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