#E1D26B

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

Shades of Wild Rice #E1D26B

Tints of Wild Rice #E1D26B

Color information

#E1D26B (or 0xE1D26B) is unknown color: approx Wild Rice. HEX triplet: E1, D2 and 6B. RGB value is (225,210,107). Sum of RGB (Red+Green+Blue) = 225+210+107=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 210 (82.42% from 255 or 38.75% from 542); Blue value is 107 (42.19% from 255 or 19.74% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D26B is #1E2D94. Grayscale: #CBCBCB. Windows color (decimal): -1977749 or 7066337. OLE color: 7066337.

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

Color convert

RGB225210107-
CMYK00.070.520.12
HSL52.37º66.29%65.1%-
HSV(B)52.37º52.44%88.24%-
XYZ56.7563.1623.11-
YUV202.7473.97143.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 210 (82.42% from 255) = 38.75%
BLUE value IS 107 (42.19% from 255) = 19.74%
R=41.51%
G=38.75%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521010700.070.520.1252.3766.2965.1
HexE1D26B0734C344241
Octal34132215307641464102101
Binary111000011101001011010110111110100110011010010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D26B; }

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

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

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

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

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

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

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

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