#EAD570

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

Shades of Wild Rice #EAD570

Tints of Wild Rice #EAD570

Color information

#EAD570 (or 0xEAD570) is unknown color: approx Wild Rice. HEX triplet: EA, D5 and 70. RGB value is (234,213,112). Sum of RGB (Red+Green+Blue) = 234+213+112=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 112 (44.14% from 255 or 20.04% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD570 is #152A8F. Grayscale: #D0D0D0. Windows color (decimal): -1387152 or 7394794. OLE color: 7394794.

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

Color convert

RGB234213112-
CMYK00.090.520.08
HSL49.67º74.39%67.84%-
HSV(B)49.67º52.14%91.76%-
XYZ60.6566.2524.92-
YUV207.7673.96146.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 112 (44.14% from 255) = 20.04%
R=41.86%
G=38.10%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421311200.090.520.0849.6774.3967.84
HexEAD57009348324a44
Octal352325160011641062112104
Binary1110101011010101111000001001110100100011001010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD570; }

 p { color: rgb(234,213,112); }

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

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

 a { background-color: rgb(234,213,112); }

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

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

 span { border-color: rgb(234,213,112); }

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