#E1CE75

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

Shades of Wild Rice #E1CE75

Tints of Wild Rice #E1CE75

Color information

#E1CE75 (or 0xE1CE75) is unknown color: approx Wild Rice. HEX triplet: E1, CE and 75. RGB value is (225,206,117). Sum of RGB (Red+Green+Blue) = 225+206+117=548 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.06% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 117 (46.09% from 255 or 21.35% from 548); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE75 is #1E318A. Grayscale: #C9C9C9. Windows color (decimal): -1978763 or 7720673. OLE color: 7720673.

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

Color convert

RGB225206117-
CMYK00.080.480.12
HSL49.44º64.29%67.06%-
HSV(B)49.44º48%88.24%-
XYZ56.3361.4325.72-
YUV201.5480.29144.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.06%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 117 (46.09% from 255) = 21.35%
R=41.06%
G=37.59%
B=21.35%

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
Decimal22520611700.080.480.1249.4464.2967.06
HexE1CE750830C314043
Octal341316165010601461100103
Binary1110000111001110111010101000110000110011000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE75; }

 p { color: rgb(225,206,117); }

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

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

 a { background-color: rgb(225,206,117); }

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

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

 span { border-color: rgb(225,206,117); }

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