#E3D474

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

Shades of Wild Rice #E3D474

Tints of Wild Rice #E3D474

Color information

#E3D474 (or 0xE3D474) is unknown color: approx Wild Rice. HEX triplet: E3, D4 and 74. RGB value is (227,212,116). Sum of RGB (Red+Green+Blue) = 227+212+116=555 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.90% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D474 is #1C2B8B. Grayscale: #CDCDCD. Windows color (decimal): -1846156 or 7656675. OLE color: 7656675.

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

Color convert

RGB227212116-
CMYK00.070.490.11
HSL51.89º66.47%67.25%-
HSV(B)51.89º48.9%89.02%-
XYZ58.3764.6825.93-
YUV205.5477.47143.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.90%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=40.90%
G=38.20%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22721211600.070.490.1151.8966.4767.25
HexE3D4740731B344243
Octal34332416407611364102103
Binary111000111101010011101000111110001101111010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D474; }

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

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

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

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

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

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

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

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