#E1D566

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

Shades of Wild Rice #E1D566

Tints of Wild Rice #E1D566

Color information

#E1D566 (or 0xE1D566) is unknown color: approx Wild Rice. HEX triplet: E1, D5 and 66. RGB value is (225,213,102). Sum of RGB (Red+Green+Blue) = 225+213+102=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 102 (40.23% from 255 or 18.89% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D566 is #1E2A99. Grayscale: #CCCCCC. Windows color (decimal): -1976986 or 6739425. OLE color: 6739425.

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

Color convert

RGB225213102-
CMYK00.050.550.12
HSL54.15º67.21%64.12%-
HSV(B)54.15º54.67%88.24%-
XYZ57.2464.5622.01-
YUV203.9370.48143.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.67%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 102 (40.23% from 255) = 18.89%
R=41.67%
G=39.44%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521310200.050.550.1254.1567.2164.12
HexE1D5660537C364340
Octal34132514605671466103100
Binary111000011101010111001100101110111110011011010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D566; }

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

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

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

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

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

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

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

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