#E0DB7D

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

Shades of Wild Rice #E0DB7D

Tints of Wild Rice #E0DB7D

Color information

#E0DB7D (or 0xE0DB7D) is unknown color: approx Wild Rice. HEX triplet: E0, DB and 7D. RGB value is (224,219,125). Sum of RGB (Red+Green+Blue) = 224+219+125=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DB7D is #1F2482. Grayscale: #D2D2D2. Windows color (decimal): -2040963 or 8248288. OLE color: 8248288.

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

Color convert

RGB224219125-
CMYK00.020.440.12
HSL56.97º61.49%68.43%-
HSV(B)56.97º44.2%87.84%-
XYZ59.7767.9929.38-
YUV209.7880.16138.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 219 (85.94% from 255) = 38.56%
BLUE value IS 125 (49.22% from 255) = 22.01%
R=39.44%
G=38.56%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421912500.020.440.1256.9761.4968.43
HexE0DB7D022CC393d44
Octal3403331750254147175104
Binary1110000011011011111110101010110011001110011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DB7D; }

 p { color: rgb(224,219,125); }

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

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

 a { background-color: rgb(224,219,125); }

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

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

 span { border-color: rgb(224,219,125); }

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