#E2D675

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

Shades of Wild Rice #E2D675

Tints of Wild Rice #E2D675

Color information

#E2D675 (or 0xE2D675) is unknown color: approx Wild Rice. HEX triplet: E2, D6 and 75. RGB value is (226,214,117). Sum of RGB (Red+Green+Blue) = 226+214+117=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D675 is #1D298A. Grayscale: #CECECE. Windows color (decimal): -1911179 or 7722722. OLE color: 7722722.

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

Color convert

RGB226214117-
CMYK00.050.480.11
HSL53.39º65.27%67.25%-
HSV(B)53.39º48.23%88.63%-
XYZ58.6265.5526.39-
YUV206.5377.48141.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.57%
GREEN value IS 214 (83.98% from 255) = 38.42%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=40.57%
G=38.42%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621411700.050.480.1153.3965.2767.25
HexE2D6750530B354143
Octal34232616505601365101103
Binary111000101101011011101010101110000101111010110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D675; }

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

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

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

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

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

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

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

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