#E5D87E

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

Shades of Wild Rice #E5D87E

Tints of Wild Rice #E5D87E

Color information

#E5D87E (or 0xE5D87E) is unknown color: approx Wild Rice. HEX triplet: E5, D8 and 7E. RGB value is (229,216,126). Sum of RGB (Red+Green+Blue) = 229+216+126=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 216 (84.77% from 255 or 37.83% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D87E is #1A2781. Grayscale: #D2D2D2. Windows color (decimal): -1714050 or 8313061. OLE color: 8313061.

HSL color Cylindrical-coordinate representation of color #E5D87E: hue angle of 52.43º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E5D87E is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB229216126-
CMYK00.060.450.10
HSL52.43º66.45%69.61%-
HSV(B)52.43º44.98%89.8%-
XYZ60.6367.2829.53-
YUV209.6380.81141.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.11%
GREEN value IS 216 (84.77% from 255) = 37.83%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=40.11%
G=37.83%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921612600.060.450.1052.4366.4569.61
HexE5D87E062DA344246
Octal34533017606551264102106
Binary111001011101100011111100110101101101011010010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D87E; }

 p { color: rgb(229,216,126); }

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

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

 a { background-color: rgb(229,216,126); }

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

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

 span { border-color: rgb(229,216,126); }

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