#E5D778

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

Shades of Wild Rice #E5D778

Tints of Wild Rice #E5D778

Color information

#E5D778 (or 0xE5D778) is unknown color: approx Wild Rice. HEX triplet: E5, D7 and 78. RGB value is (229,215,120). Sum of RGB (Red+Green+Blue) = 229+215+120=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D778 is #1A2887. Grayscale: #D0D0D0. Windows color (decimal): -1714312 or 7919589. OLE color: 7919589.

HSL color Cylindrical-coordinate representation of color #E5D778: hue angle of 52.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5D778 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB229215120-
CMYK00.060.480.10
HSL52.29º67.7%68.43%-
HSV(B)52.29º47.6%89.8%-
XYZ6066.6127.46-
YUV208.3678.14142.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 40.60%
GREEN value IS 215 (84.38% from 255) = 38.12%
BLUE value IS 120 (47.27% from 255) = 21.28%
R=40.60%
G=38.12%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22921512000.060.480.1052.2967.768.43
HexE5D7780630A344444
Octal34532717006601264104104
Binary111001011101011111110000110110000101011010010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5D778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5D778; }

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

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

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

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

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

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

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

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