#E4D871

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

Shades of Wild Rice #E4D871

Tints of Wild Rice #E4D871

Color information

#E4D871 (or 0xE4D871) is unknown color: approx Wild Rice. HEX triplet: E4, D8 and 71. RGB value is (228,216,113). Sum of RGB (Red+Green+Blue) = 228+216+113=557 (73% of max value = 765). Red value is 228 (89.45% from 255 or 40.93% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D871 is #1B278E. Grayscale: #D0D0D0. Windows color (decimal): -1779599 or 7461092. OLE color: 7461092.

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

Color convert

RGB228216113-
CMYK00.050.500.11
HSL53.74º68.05%66.86%-
HSV(B)53.74º50.44%89.41%-
XYZ59.5366.825.38-
YUV207.8574.48142.38-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.93%
GREEN value IS 216 (84.77% from 255) = 38.78%
BLUE value IS 113 (44.53% from 255) = 20.29%
R=40.93%
G=38.78%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821611300.050.500.1153.7468.0566.86
HexE4D8710532B364443
Octal34433016105621366104103
Binary111001001101100011100010101110010101111011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D871; }

 p { color: rgb(228,216,113); }

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

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

 a { background-color: rgb(228,216,113); }

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

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

 span { border-color: rgb(228,216,113); }

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