#E4D977

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

Shades of Wild Rice #E4D977

Tints of Wild Rice #E4D977

Color information

#E4D977 (or 0xE4D977) is unknown color: approx Wild Rice. HEX triplet: E4, D9 and 77. RGB value is (228,217,119). Sum of RGB (Red+Green+Blue) = 228+217+119=564 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.43% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 119 (46.88% from 255 or 21.10% from 564); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D977 is #1B2688. Grayscale: #D1D1D1. Windows color (decimal): -1779337 or 7854564. OLE color: 7854564.

HSL color Cylindrical-coordinate representation of color #E4D977: hue angle of 53.94º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E4D977 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB228217119-
CMYK00.050.480.11
HSL53.94º66.87%68.04%-
HSV(B)53.94º47.81%89.41%-
XYZ60.1467.4527.3-
YUV209.1277.14141.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.43%
GREEN value IS 217 (85.16% from 255) = 38.48%
BLUE value IS 119 (46.88% from 255) = 21.10%
R=40.43%
G=38.48%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821711900.050.480.1153.9466.8768.04
HexE4D9770530B364344
Octal34433116705601366103104
Binary111001001101100111101110101110000101111011010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D977; }

 p { color: rgb(228,217,119); }

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

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

 a { background-color: rgb(228,217,119); }

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

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

 span { border-color: rgb(228,217,119); }

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