#E5D26D

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

Shades of Wild Rice #E5D26D

Tints of Wild Rice #E5D26D

Color information

#E5D26D (or 0xE5D26D) is unknown color: approx Wild Rice. HEX triplet: E5, D2 and 6D. RGB value is (229,210,109). Sum of RGB (Red+Green+Blue) = 229+210+109=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D26D is #1A2D92. Grayscale: #CCCCCC. Windows color (decimal): -1715603 or 7197413. OLE color: 7197413.

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

Color convert

RGB229210109-
CMYK00.080.520.10
HSL50.5º69.77%66.27%-
HSV(B)50.5º52.4%89.8%-
XYZ58.1263.8623.73-
YUV204.1774.29145.71-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 109 (42.97% from 255) = 19.89%
R=41.79%
G=38.32%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921010900.080.520.1050.569.7766.27
HexE5D26D0834A324642
Octal345322155010641262106102
Binary1110010111010010110110101000110100101011001010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D26D; }

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

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

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

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

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

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

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

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