#E3D471

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

Shades of Wild Rice #E3D471

Tints of Wild Rice #E3D471

Color information

#E3D471 (or 0xE3D471) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 71. RGB value is (227,212,113). Sum of RGB (Red+Green+Blue) = 227+212+113=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D471 is #1C2B8E. Grayscale: #CDCDCD. Windows color (decimal): -1846159 or 7460067. OLE color: 7460067.

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

Color convert

RGB227212113-
CMYK00.070.500.11
HSL52.11º67.06%66.67%-
HSV(B)52.11º50.22%89.02%-
XYZ58.264.6125.03-
YUV205.275.97143.55-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 113 (44.53% from 255) = 20.47%
R=41.12%
G=38.41%
B=20.47%

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
Decimal22721211300.070.500.1152.1167.0666.67
HexE3D4710732B344343
Octal34332416107621364103103
Binary111000111101010011100010111110010101111010010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D471; }

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

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

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

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

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

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

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

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