#E8D778

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

Shades of Wild Rice #E8D778

Tints of Wild Rice #E8D778

Color information

#E8D778 (or 0xE8D778) is unknown color: approx Wild Rice. HEX triplet: E8, D7 and 78. RGB value is (232,215,120). Sum of RGB (Red+Green+Blue) = 232+215+120=567 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.92% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D778 is #172887. Grayscale: #D1D1D1. Windows color (decimal): -1517704 or 7919592. OLE color: 7919592.

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

Color convert

RGB232215120-
CMYK00.070.480.09
HSL50.89º70.89%69.02%-
HSV(B)50.89º48.28%90.98%-
XYZ60.9767.1127.51-
YUV209.2577.63144.22-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.92%
GREEN value IS 215 (84.38% from 255) = 37.92%
BLUE value IS 120 (47.27% from 255) = 21.16%
R=40.92%
G=37.92%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221512000.070.480.0950.8970.8969.02
HexE8D77807309334745
Octal35032717007601163107105
Binary111010001101011111110000111110000100111001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D778; }

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

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

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

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

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

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

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

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