#e1d470

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

Shades of Wild Rice #E1D470

Tints of Wild Rice #E1D470

Color information

#E1D470 (or 0xE1D470) is unknown color: approx Wild Rice. HEX triplet: E1, D4 and 70. RGB value is (225,212,112). Sum of RGB (Red+Green+Blue) = 225+212+112=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D470 is #1E2B8F. Grayscale: #CCCCCC. Windows color (decimal): -1977232 or 7394529. OLE color: 7394529.

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

Color convert

RGB225212112-
CMYK00.060.500.12
HSL53.1º65.32%66.08%-
HSV(B)53.1º50.22%88.24%-
XYZ57.5264.2624.7-
YUV204.4975.81142.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 212 (83.20% from 255) = 38.62%
BLUE value IS 112 (44.14% from 255) = 20.40%
R=40.98%
G=38.62%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521211200.060.500.1253.165.3266.08
HexE1D4700632C354142
Octal34132416006621465101102
Binary111000011101010011100000110110010110011010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1d470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1d470; }

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

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

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

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

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

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

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

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