#E3D87D

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

Shades of Wild Rice #E3D87D

Tints of Wild Rice #E3D87D

Color information

#E3D87D (or 0xE3D87D) is unknown color: approx Wild Rice. HEX triplet: E3, D8 and 7D. RGB value is (227,216,125). Sum of RGB (Red+Green+Blue) = 227+216+125=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D87D is #1C2782. Grayscale: #D1D1D1. Windows color (decimal): -1845123 or 8247523. OLE color: 8247523.

HSL color Cylindrical-coordinate representation of color #E3D87D: hue angle of 53.53º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E3D87D is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB227216125-
CMYK00.050.450.11
HSL53.53º64.56%69.02%-
HSV(B)53.53º44.93%89.02%-
XYZ59.9466.9229.16-
YUV208.9180.64140.9-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=39.96%
G=38.03%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721612500.050.450.1153.5364.5669.02
HexE3D87D052DB364145
Octal34333017505551366101105
Binary111000111101100011111010101101101101111011010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D87D; }

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

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

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

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

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

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

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

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