#E0D17A

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

Shades of Wild Rice #E0D17A

Tints of Wild Rice #E0D17A

Color information

#E0D17A (or 0xE0D17A) is unknown color: approx Wild Rice. HEX triplet: E0, D1 and 7A. RGB value is (224,209,122). Sum of RGB (Red+Green+Blue) = 224+209+122=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D17A is #1F2E85. Grayscale: #CBCBCB. Windows color (decimal): -2043526 or 8049120. OLE color: 8049120.

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

Color convert

RGB224209122-
CMYK00.070.460.12
HSL51.18º62.2%67.84%-
HSV(B)51.18º45.54%87.84%-
XYZ57.0562.8527.54-
YUV203.5781.97142.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 122 (48.05% from 255) = 21.98%
R=40.36%
G=37.66%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420912200.070.460.1251.1862.267.84
HexE0D17A072EC333e44
Octal3403211720756146376104
Binary11100000110100011111010011110111011001100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D17A; }

 p { color: rgb(224,209,122); }

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

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

 a { background-color: rgb(224,209,122); }

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

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

 span { border-color: rgb(224,209,122); }

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