#E1D26F

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

Shades of Wild Rice #E1D26F

Tints of Wild Rice #E1D26F

Color information

#E1D26F (or 0xE1D26F) is unknown color: approx Wild Rice. HEX triplet: E1, D2 and 6F. RGB value is (225,210,111). Sum of RGB (Red+Green+Blue) = 225+210+111=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 111 (43.75% from 255 or 20.33% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D26F is #1E2D90. Grayscale: #CBCBCB. Windows color (decimal): -1977745 or 7328481. OLE color: 7328481.

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

Color convert

RGB225210111-
CMYK00.070.510.12
HSL52.11º65.52%65.88%-
HSV(B)52.11º50.67%88.24%-
XYZ56.9763.2524.24-
YUV203.275.97143.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.21%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 20.33%
R=41.21%
G=38.46%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521011100.070.510.1252.1165.5265.88
HexE1D26F0733C344242
Octal34132215707631464102102
Binary111000011101001011011110111110011110011010010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D26F; }

 p { color: rgb(225,210,111); }

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

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

 a { background-color: rgb(225,210,111); }

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

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

 span { border-color: rgb(225,210,111); }

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