#E1D570

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

Shades of Wild Rice #E1D570

Tints of Wild Rice #E1D570

Color information

#E1D570 (or 0xE1D570) is unknown color: approx Wild Rice. HEX triplet: E1, D5 and 70. RGB value is (225,213,112). Sum of RGB (Red+Green+Blue) = 225+213+112=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D570 is #1E2A8F. Grayscale: #CDCDCD. Windows color (decimal): -1976976 or 7394785. OLE color: 7394785.

HSL color Cylindrical-coordinate representation of color #E1D570: hue angle of 53.63º degrees, saturation: 0.65, 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 #E1D570 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225213112-
CMYK00.050.500.12
HSL53.63º65.32%66.08%-
HSV(B)53.63º50.22%88.24%-
XYZ57.7764.7724.79-
YUV205.0775.48142.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.91%
GREEN value IS 213 (83.59% from 255) = 38.73%
BLUE value IS 112 (44.14% from 255) = 20.36%
R=40.91%
G=38.73%
B=20.36%

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
Decimal22521311200.050.500.1253.6365.3266.08
HexE1D5700532C364142
Octal34132516005621466101102
Binary111000011101010111100000101110010110011011010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D570; }

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

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

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

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

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

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

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

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