#E0D469

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

Shades of Wild Rice #E0D469

Tints of Wild Rice #E0D469

Color information

#E0D469 (or 0xE0D469) is unknown color: approx Wild Rice. HEX triplet: E0, D4 and 69. RGB value is (224,212,105). Sum of RGB (Red+Green+Blue) = 224+212+105=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D469 is #1F2B96. Grayscale: #CBCBCB. Windows color (decimal): -2042775 or 6935776. OLE color: 6935776.

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

Color convert

RGB224212105-
CMYK00.050.530.12
HSL53.95º65.75%64.51%-
HSV(B)53.95º53.12%87.84%-
XYZ56.8363.9522.71-
YUV203.3972.48142.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 105 (41.41% from 255) = 19.41%
R=41.40%
G=39.19%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22421210500.050.530.1253.9565.7564.51
HexE0D4690535C364241
Octal34032415105651466102101
Binary111000001101010011010010101110101110011011010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0D469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0D469; }

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

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

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

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

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

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

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

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