#E0D570

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

Shades of Wild Rice #E0D570

Tints of Wild Rice #E0D570

Color information

#E0D570 (or 0xE0D570) is unknown color: approx Wild Rice. HEX triplet: E0, D5 and 70. RGB value is (224,213,112). Sum of RGB (Red+Green+Blue) = 224+213+112=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D570 is #1F2A8F. Grayscale: #CDCDCD. Windows color (decimal): -2042512 or 7394784. OLE color: 7394784.

HSL color Cylindrical-coordinate representation of color #E0D570: hue angle of 54.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0D570 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224213112-
CMYK00.050.500.12
HSL54.11º64.37%65.88%-
HSV(B)54.11º50%87.84%-
XYZ57.4664.6124.77-
YUV204.7875.64141.71-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 213 (83.59% from 255) = 38.80%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=40.80%
G=38.80%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421311200.050.500.1254.1164.3765.88
HexE0D5700532C364042
Octal34032516005621466100102
Binary111000001101010111100000101110010110011011010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D570; }

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

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

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

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

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

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

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

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