#E5D27A

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

Shades of Wild Rice #E5D27A

Tints of Wild Rice #E5D27A

Color information

#E5D27A (or 0xE5D27A) is unknown color: approx Wild Rice. HEX triplet: E5, D2 and 7A. RGB value is (229,210,122). Sum of RGB (Red+Green+Blue) = 229+210+122=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D27A is #1A2D85. Grayscale: #CECECE. Windows color (decimal): -1715590 or 8049381. OLE color: 8049381.

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

Color convert

RGB229210122-
CMYK00.080.470.10
HSL49.35º67.3%68.82%-
HSV(B)49.35º46.72%89.8%-
XYZ58.8764.1627.69-
YUV205.6580.79144.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.82%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 122 (48.05% from 255) = 21.75%
R=40.82%
G=37.43%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921012200.080.470.1049.3567.368.82
HexE5D27A082FA314345
Octal345322172010571261103105
Binary1110010111010010111101001000101111101011000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D27A; }

 p { color: rgb(229,210,122); }

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

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

 a { background-color: rgb(229,210,122); }

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

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

 span { border-color: rgb(229,210,122); }

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