#E0D46B

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

Shades of Wild Rice #E0D46B

Tints of Wild Rice #E0D46B

Color information

#E0D46B (or 0xE0D46B) is unknown color: approx Wild Rice. HEX triplet: E0, D4 and 6B. RGB value is (224,212,107). Sum of RGB (Red+Green+Blue) = 224+212+107=543 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.25% from 543); Green value is 212 (83.20% from 255 or 39.04% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D46B is #1F2B94. Grayscale: #CCCCCC. Windows color (decimal): -2042773 or 7066848. OLE color: 7066848.

HSL color Cylindrical-coordinate representation of color #E0D46B: hue angle of 53.85º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0D46B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224212107-
CMYK00.050.520.12
HSL53.85º65.36%64.9%-
HSV(B)53.85º52.23%87.84%-
XYZ56.946423.26-
YUV203.6273.48142.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.25%
GREEN value IS 212 (83.20% from 255) = 39.04%
BLUE value IS 107 (42.19% from 255) = 19.71%
R=41.25%
G=39.04%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421210700.050.520.1253.8565.3664.9
HexE0D46B0534C364141
Octal34032415305641466101101
Binary111000001101010011010110101110100110011011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D46B; }

 p { color: rgb(224,212,107); }

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

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

 a { background-color: rgb(224,212,107); }

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

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

 span { border-color: rgb(224,212,107); }

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