#E0D67A

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

Shades of Wild Rice #E0D67A

Tints of Wild Rice #E0D67A

Color information

#E0D67A (or 0xE0D67A) is unknown color: approx Wild Rice. HEX triplet: E0, D6 and 7A. RGB value is (224,214,122). Sum of RGB (Red+Green+Blue) = 224+214+122=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D67A is #1F2985. Grayscale: #CECECE. Windows color (decimal): -2042246 or 8050400. OLE color: 8050400.

HSL color Cylindrical-coordinate representation of color #E0D67A: hue angle of 54.12º 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 #E0D67A is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB224214122-
CMYK00.040.460.12
HSL54.12º62.2%67.84%-
HSV(B)54.12º45.54%87.84%-
XYZ58.365.3527.95-
YUV206.580.31140.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 122 (48.05% from 255) = 21.79%
R=40%
G=38.21%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421412200.040.460.1254.1262.267.84
HexE0D67A042EC363e44
Octal3403261720456146676104
Binary11100000110101101111010010010111011001101101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D67A; }

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

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

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

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

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

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

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

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