#E2D475

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

Shades of Wild Rice #E2D475

Tints of Wild Rice #E2D475

Color information

#E2D475 (or 0xE2D475) is unknown color: approx Wild Rice. HEX triplet: E2, D4 and 75. RGB value is (226,212,117). Sum of RGB (Red+Green+Blue) = 226+212+117=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 212 (83.20% from 255 or 38.20% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D475 is #1D2B8A. Grayscale: #CDCDCD. Windows color (decimal): -1911691 or 7722210. OLE color: 7722210.

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

Color convert

RGB226212117-
CMYK00.060.480.11
HSL52.29º65.27%67.25%-
HSV(B)52.29º48.23%88.63%-
XYZ58.1264.5426.22-
YUV205.3678.14142.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 212 (83.20% from 255) = 38.20%
BLUE value IS 117 (46.09% from 255) = 21.08%
R=40.72%
G=38.20%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621211700.060.480.1152.2965.2767.25
HexE2D4750630B344143
Octal34232416506601364101103
Binary111000101101010011101010110110000101111010010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D475; }

 p { color: rgb(226,212,117); }

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

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

 a { background-color: rgb(226,212,117); }

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

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

 span { border-color: rgb(226,212,117); }

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