#E8D178

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

Shades of Wild Rice #E8D178

Tints of Wild Rice #E8D178

Color information

#E8D178 (or 0xE8D178) is unknown color: approx Wild Rice. HEX triplet: E8, D1 and 78. RGB value is (232,209,120). Sum of RGB (Red+Green+Blue) = 232+209+120=561 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.35% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D178 is #172E87. Grayscale: #CECECE. Windows color (decimal): -1519240 or 7918056. OLE color: 7918056.

HSL color Cylindrical-coordinate representation of color #E8D178: hue angle of 47.68º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8D178 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB232209120-
CMYK00.100.480.09
HSL47.68º70.89%69.02%-
HSV(B)47.68º48.28%90.98%-
XYZ59.4764.1127.01-
YUV205.7379.62146.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.35%
GREEN value IS 209 (82.03% from 255) = 37.25%
BLUE value IS 120 (47.27% from 255) = 21.39%
R=41.35%
G=37.25%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23220912000.100.480.0947.6870.8969.02
HexE8D1780A309304745
Octal350321170012601160107105
Binary1110100011010001111100001010110000100111000010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D178; }

 p { color: rgb(232,209,120); }

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

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

 a { background-color: rgb(232,209,120); }

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

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

 span { border-color: rgb(232,209,120); }

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