#E0CD74

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

Shades of Wild Rice #E0CD74

Tints of Wild Rice #E0CD74

Color information

#E0CD74 (or 0xE0CD74) is unknown color: approx Wild Rice. HEX triplet: E0, CD and 74. RGB value is (224,205,116). Sum of RGB (Red+Green+Blue) = 224+205+116=545 (72% of max value = 765). Red value is 224 (87.89% from 255 or 41.10% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CD74 is #1F328B. Grayscale: #C8C8C8. Windows color (decimal): -2044556 or 7654880. OLE color: 7654880.

HSL color Cylindrical-coordinate representation of color #E0CD74: hue angle of 49.44º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0CD74 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB224205116-
CMYK00.080.480.12
HSL49.44º63.53%66.67%-
HSV(B)49.44º48.21%87.84%-
XYZ55.7260.7725.32-
YUV200.5380.29144.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.10%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=41.10%
G=37.61%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420511600.080.480.1249.4463.5366.67
HexE0CD740830C314043
Octal340315164010601461100103
Binary1110000011001101111010001000110000110011000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CD74; }

 p { color: rgb(224,205,116); }

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

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

 a { background-color: rgb(224,205,116); }

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

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

 span { border-color: rgb(224,205,116); }

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