#e0d67c

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

Shades of Wild Rice #E0D67C

Tints of Wild Rice #E0D67C

Color information

#E0D67C (or 0xE0D67C) is unknown color: approx Wild Rice. HEX triplet: E0, D6 and 7C. RGB value is (224,214,124). Sum of RGB (Red+Green+Blue) = 224+214+124=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 124 (48.83% from 255 or 22.06% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D67C is #1F2983. Grayscale: #CFCFCF. Windows color (decimal): -2042244 or 8181472. OLE color: 8181472.

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

Color convert

RGB224214124-
CMYK00.040.450.12
HSL54º61.73%68.24%-
HSV(B)54º44.64%87.84%-
XYZ58.4365.428.61-
YUV206.7381.31140.32-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 124 (48.83% from 255) = 22.06%
R=39.86%
G=38.08%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421412400.040.450.125461.7368.24
HexE0D67C042DC363e44
Octal3403261740455146676104
Binary11100000110101101111100010010110111001101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0d67c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0d67c; }

 p { color: rgb(224,214,124); }

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

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

 a { background-color: rgb(224,214,124); }

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

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

 span { border-color: rgb(224,214,124); }

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