#E0D075

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

Shades of Wild Rice #E0D075

Tints of Wild Rice #E0D075

Color information

#E0D075 (or 0xE0D075) is unknown color: approx Wild Rice. HEX triplet: E0, D0 and 75. RGB value is (224,208,117). Sum of RGB (Red+Green+Blue) = 224+208+117=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 117 (46.09% from 255 or 21.31% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D075 is #1F2F8A. Grayscale: #CACACA. Windows color (decimal): -2043787 or 7721184. OLE color: 7721184.

HSL color Cylindrical-coordinate representation of color #E0D075: hue angle of 51.03º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D075 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224208117-
CMYK00.070.480.12
HSL51.03º63.31%66.86%-
HSV(B)51.03º47.77%87.84%-
XYZ56.5162.2425.87-
YUV202.4179.8143.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.80%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 117 (46.09% from 255) = 21.31%
R=40.80%
G=37.89%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420811700.070.480.1251.0363.3166.86
HexE0D0750730C333f43
Octal3403201650760146377103
Binary11100000110100001110101011111000011001100111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D075; }

 p { color: rgb(224,208,117); }

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

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

 a { background-color: rgb(224,208,117); }

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

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

 span { border-color: rgb(224,208,117); }

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