#EADC69

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

Shades of Wild Rice #EADC69

Tints of Wild Rice #EADC69

Color information

#EADC69 (or 0xEADC69) is unknown color: approx Wild Rice. HEX triplet: EA, DC and 69. RGB value is (234,220,105). Sum of RGB (Red+Green+Blue) = 234+220+105=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 220 (86.33% from 255 or 39.36% from 559); Blue value is 105 (41.41% from 255 or 18.78% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC69 is #152396. Grayscale: #D3D3D3. Windows color (decimal): -1385367 or 6937834. OLE color: 6937834.

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

Color convert

RGB234220105-
CMYK00.060.550.08
HSL53.49º75.44%66.47%-
HSV(B)53.49º55.13%91.76%-
XYZ62.0769.723.55-
YUV211.0868.14144.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 220 (86.33% from 255) = 39.36%
BLUE value IS 105 (41.41% from 255) = 18.78%
R=41.86%
G=39.36%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422010500.060.550.0853.4975.4466.47
HexEADC6906378354b42
Octal35233415106671065113102
Binary111010101101110011010010110110111100011010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADC69; }

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

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

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

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

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

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

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

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