#E1CE71

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

Shades of Wild Rice #E1CE71

Tints of Wild Rice #E1CE71

Color information

#E1CE71 (or 0xE1CE71) is unknown color: approx Wild Rice. HEX triplet: E1, CE and 71. RGB value is (225,206,113). Sum of RGB (Red+Green+Blue) = 225+206+113=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 113 (44.53% from 255 or 20.77% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE71 is #1E318E. Grayscale: #C9C9C9. Windows color (decimal): -1978767 or 7458529. OLE color: 7458529.

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

Color convert

RGB225206113-
CMYK00.080.500.12
HSL49.82º65.12%66.27%-
HSV(B)49.82º49.78%88.24%-
XYZ56.161.3424.51-
YUV201.0878.29145.06-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.36%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 20.77%
R=41.36%
G=37.87%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520611300.080.500.1249.8265.1266.27
HexE1CE710832C324142
Octal341316161010621462101102
Binary1110000111001110111000101000110010110011001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CE71; }

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

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

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

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

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

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

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

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