#E5D17B

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

Shades of Wild Rice #E5D17B

Tints of Wild Rice #E5D17B

Color information

#E5D17B (or 0xE5D17B) is unknown color: approx Wild Rice. HEX triplet: E5, D1 and 7B. RGB value is (229,209,123). Sum of RGB (Red+Green+Blue) = 229+209+123=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D17B is #1A2E84. Grayscale: #CDCDCD. Windows color (decimal): -1715845 or 8114661. OLE color: 8114661.

HSL color Cylindrical-coordinate representation of color #E5D17B: hue angle of 48.68º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E5D17B is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB229209123-
CMYK00.090.460.10
HSL48.68º67.09%69.02%-
HSV(B)48.68º46.29%89.8%-
XYZ58.6963.6927.94-
YUV205.1881.63144.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=40.82%
G=37.25%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920912300.090.460.1048.6867.0969.02
HexE5D17B092EA314345
Octal345321173011561261103105
Binary1110010111010001111101101001101110101011000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D17B; }

 p { color: rgb(229,209,123); }

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

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

 a { background-color: rgb(229,209,123); }

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

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

 span { border-color: rgb(229,209,123); }

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