#E5D06F

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

Shades of Wild Rice #E5D06F

Tints of Wild Rice #E5D06F

Color information

#E5D06F (or 0xE5D06F) is unknown color: approx Wild Rice. HEX triplet: E5, D0 and 6F. RGB value is (229,208,111). Sum of RGB (Red+Green+Blue) = 229+208+111=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D06F is #1A2F90. Grayscale: #CBCBCB. Windows color (decimal): -1716113 or 7327973. OLE color: 7327973.

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

Color convert

RGB229208111-
CMYK00.090.520.10
HSL49.32º69.41%66.67%-
HSV(B)49.32º51.53%89.8%-
XYZ57.7462.9224.14-
YUV203.2275.96146.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.79%
GREEN value IS 208 (81.64% from 255) = 37.96%
BLUE value IS 111 (43.75% from 255) = 20.26%
R=41.79%
G=37.96%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22920811100.090.520.1049.3269.4166.67
HexE5D06F0934A314543
Octal345320157011641261105103
Binary1110010111010000110111101001110100101011000110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D06F; }

 p { color: rgb(229,208,111); }

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

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

 a { background-color: rgb(229,208,111); }

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

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

 span { border-color: rgb(229,208,111); }

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