#E0D07B

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

Shades of Wild Rice #E0D07B

Tints of Wild Rice #E0D07B

Color information

#E0D07B (or 0xE0D07B) is unknown color: approx Wild Rice. HEX triplet: E0, D0 and 7B. RGB value is (224,208,123). Sum of RGB (Red+Green+Blue) = 224+208+123=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D07B is #1F2F84. Grayscale: #CBCBCB. Windows color (decimal): -2043781 or 8114400. OLE color: 8114400.

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

Color convert

RGB224208123-
CMYK00.070.450.12
HSL50.5º61.96%68.04%-
HSV(B)50.5º45.09%87.84%-
XYZ56.8762.3927.78-
YUV203.0982.8142.91-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.36%
GREEN value IS 208 (81.64% from 255) = 37.48%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=40.36%
G=37.48%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420812300.070.450.1250.561.9668.04
HexE0D07B072DC323e44
Octal3403201730755146276104
Binary11100000110100001111011011110110111001100101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D07B; }

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

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

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

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

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

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

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

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