#E1D575

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

Shades of Wild Rice #E1D575

Tints of Wild Rice #E1D575

Color information

#E1D575 (or 0xE1D575) is unknown color: approx Wild Rice. HEX triplet: E1, D5 and 75. RGB value is (225,213,117). Sum of RGB (Red+Green+Blue) = 225+213+117=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D575 is #1E2A8A. Grayscale: #CECECE. Windows color (decimal): -1976971 or 7722465. OLE color: 7722465.

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

Color convert

RGB225213117-
CMYK00.050.480.12
HSL53.33º64.29%67.06%-
HSV(B)53.33º48%88.24%-
XYZ58.0664.8826.29-
YUV205.6477.98141.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 213 (83.59% from 255) = 38.38%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=40.54%
G=38.38%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521311700.050.480.1253.3364.2967.06
HexE1D5750530C354043
Octal34132516505601465100103
Binary111000011101010111101010101110000110011010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D575; }

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

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

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

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

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

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

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

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