#EAD873

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

Shades of Wild Rice #EAD873

Tints of Wild Rice #EAD873

Color information

#EAD873 (or 0xEAD873) is unknown color: approx Wild Rice. HEX triplet: EA, D8 and 73. RGB value is (234,216,115). Sum of RGB (Red+Green+Blue) = 234+216+115=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 115 (45.31% from 255 or 20.35% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD873 is #15278C. Grayscale: #D2D2D2. Windows color (decimal): -1386381 or 7592170. OLE color: 7592170.

HSL color Cylindrical-coordinate representation of color #EAD873: hue angle of 50.92º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAD873 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB234216115-
CMYK00.080.510.08
HSL50.92º73.91%68.43%-
HSV(B)50.92º50.85%91.76%-
XYZ61.5867.8426.07-
YUV209.8774.46145.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 115 (45.31% from 255) = 20.35%
R=41.42%
G=38.23%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421611500.080.510.0850.9273.9168.43
HexEAD87308338334a44
Octal352330163010631063112104
Binary1110101011011000111001101000110011100011001110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD873; }

 p { color: rgb(234,216,115); }

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

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

 a { background-color: rgb(234,216,115); }

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

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

 span { border-color: rgb(234,216,115); }

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