#E5D87D

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

Shades of Wild Rice #E5D87D

Tints of Wild Rice #E5D87D

Color information

#E5D87D (or 0xE5D87D) is unknown color: approx Wild Rice. HEX triplet: E5, D8 and 7D. RGB value is (229,216,125). Sum of RGB (Red+Green+Blue) = 229+216+125=570 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.18% from 570); Green value is 216 (84.77% from 255 or 37.89% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D87D is #1A2782. Grayscale: #D1D1D1. Windows color (decimal): -1714051 or 8247525. OLE color: 8247525.

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

Color convert

RGB229216125-
CMYK00.060.450.10
HSL52.5º66.67%69.41%-
HSV(B)52.5º45.41%89.8%-
XYZ60.5767.2529.19-
YUV209.5180.31141.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.18%
GREEN value IS 216 (84.77% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 21.93%
R=40.18%
G=37.89%
B=21.93%

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
Decimal22921612500.060.450.1052.566.6769.41
HexE5D87D062DA344345
Octal34533017506551264103105
Binary111001011101100011111010110101101101011010010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D87D; }

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

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

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

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

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

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

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

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