#E1DB7B

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

Shades of Wild Rice #E1DB7B

Tints of Wild Rice #E1DB7B

Color information

#E1DB7B (or 0xE1DB7B) is unknown color: approx Wild Rice. HEX triplet: E1, DB and 7B. RGB value is (225,219,123). Sum of RGB (Red+Green+Blue) = 225+219+123=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 123 (48.44% from 255 or 21.69% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB7B is #1E2484. Grayscale: #D2D2D2. Windows color (decimal): -1975429 or 8117217. OLE color: 8117217.

HSL color Cylindrical-coordinate representation of color #E1DB7B: hue angle of 56.47º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DB7B is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB225219123-
CMYK00.030.450.12
HSL56.47º62.96%68.24%-
HSV(B)56.47º45.33%88.24%-
XYZ59.9668.128.72-
YUV209.8578.99138.81-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.68%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 123 (48.44% from 255) = 21.69%
R=39.68%
G=38.62%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521912300.030.450.1256.4762.9668.24
HexE1DB7B032DC383f44
Octal3413331730355147077104
Binary1110000111011011111101101110110111001110001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DB7B; }

 p { color: rgb(225,219,123); }

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

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

 a { background-color: rgb(225,219,123); }

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

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

 span { border-color: rgb(225,219,123); }

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