#EAD474

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

Shades of Wild Rice #EAD474

Tints of Wild Rice #EAD474

Color information

#EAD474 (or 0xEAD474) is unknown color: approx Wild Rice. HEX triplet: EA, D4 and 74. RGB value is (234,212,116). Sum of RGB (Red+Green+Blue) = 234+212+116=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 212 (83.20% from 255 or 37.72% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD474 is #152B8B. Grayscale: #D0D0D0. Windows color (decimal): -1387404 or 7656682. OLE color: 7656682.

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

Color convert

RGB234212116-
CMYK00.090.500.08
HSL48.81º73.75%68.63%-
HSV(B)48.81º50.43%91.76%-
XYZ60.6365.8426.04-
YUV207.6376.29146.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 212 (83.20% from 255) = 37.72%
BLUE value IS 116 (45.70% from 255) = 20.64%
R=41.64%
G=37.72%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421211600.090.500.0848.8173.7568.63
HexEAD47409328314a45
Octal352324164011621061112105
Binary1110101011010100111010001001110010100011000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD474; }

 p { color: rgb(234,212,116); }

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

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

 a { background-color: rgb(234,212,116); }

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

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

 span { border-color: rgb(234,212,116); }

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