#E3D371

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

Shades of Wild Rice #E3D371

Tints of Wild Rice #E3D371

Color information

#E3D371 (or 0xE3D371) is unknown color: approx Wild Rice. HEX triplet: E3, D3 and 71. RGB value is (227,211,113). Sum of RGB (Red+Green+Blue) = 227+211+113=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 113 (44.53% from 255 or 20.51% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D371 is #1C2C8E. Grayscale: #CDCDCD. Windows color (decimal): -1846415 or 7459811. OLE color: 7459811.

HSL color Cylindrical-coordinate representation of color #E3D371: hue angle of 51.58º degrees, saturation: 0.67, 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 #E3D371 is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB227211113-
CMYK00.070.500.11
HSL51.58º67.06%66.67%-
HSV(B)51.58º50.22%89.02%-
XYZ57.9564.1124.94-
YUV204.6176.3143.97-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 113 (44.53% from 255) = 20.51%
R=41.20%
G=38.29%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721111300.070.500.1151.5867.0666.67
HexE3D3710732B344343
Octal34332316107621364103103
Binary111000111101001111100010111110010101111010010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D371; }

 p { color: rgb(227,211,113); }

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

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

 a { background-color: rgb(227,211,113); }

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

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

 span { border-color: rgb(227,211,113); }

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