#E1CC74

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

Shades of Wild Rice #E1CC74

Tints of Wild Rice #E1CC74

Color information

#E1CC74 (or 0xE1CC74) is unknown color: approx Wild Rice. HEX triplet: E1, CC and 74. RGB value is (225,204,116). Sum of RGB (Red+Green+Blue) = 225+204+116=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC74 is #1E338B. Grayscale: #C8C8C8. Windows color (decimal): -1979276 or 7654625. OLE color: 7654625.

HSL color Cylindrical-coordinate representation of color #E1CC74: hue angle of 48.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 #E1CC74 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB225204116-
CMYK00.090.480.12
HSL48.44º64.5%66.86%-
HSV(B)48.44º48.44%88.24%-
XYZ55.860.4525.25-
YUV200.2580.46145.66-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.28%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=41.28%
G=37.43%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520411600.090.480.1248.4464.566.86
HexE1CC740930C304043
Octal341314164011601460100103
Binary1110000111001100111010001001110000110011000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CC74; }

 p { color: rgb(225,204,116); }

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

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

 a { background-color: rgb(225,204,116); }

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

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

 span { border-color: rgb(225,204,116); }

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