#EADD6A

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

Shades of Wild Rice #EADD6A

Tints of Wild Rice #EADD6A

Color information

#EADD6A (or 0xEADD6A) is unknown color: approx Wild Rice. HEX triplet: EA, DD and 6A. RGB value is (234,221,106). Sum of RGB (Red+Green+Blue) = 234+221+106=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EADD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADD6A is #152295. Grayscale: #D4D4D4. Windows color (decimal): -1385110 or 7003626. OLE color: 7003626.

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

Color convert

RGB234221106-
CMYK00.060.550.08
HSL53.91º75.29%66.67%-
HSV(B)53.91º54.7%91.76%-
XYZ62.3970.2523.91-
YUV211.7868.31143.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 221 (86.72% from 255) = 39.39%
BLUE value IS 106 (41.80% from 255) = 18.89%
R=41.71%
G=39.39%
B=18.89%

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
Decimal23422110600.060.550.0853.9175.2966.67
HexEADD6A06378364b43
Octal35233515206671066113103
Binary111010101101110111010100110110111100011011010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADD6A; }

 p { color: rgb(234,221,106); }

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

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

 a { background-color: rgb(234,221,106); }

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

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

 span { border-color: rgb(234,221,106); }

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