#E2D672

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

Shades of Wild Rice #E2D672

Tints of Wild Rice #E2D672

Color information

#E2D672 (or 0xE2D672) is unknown color: approx Wild Rice. HEX triplet: E2, D6 and 72. RGB value is (226,214,114). Sum of RGB (Red+Green+Blue) = 226+214+114=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 114 (44.92% from 255 or 20.58% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D672 is #1D298D. Grayscale: #CECECE. Windows color (decimal): -1911182 or 7526114. OLE color: 7526114.

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

Color convert

RGB226214114-
CMYK00.050.500.11
HSL53.57º65.88%66.67%-
HSV(B)53.57º49.56%88.63%-
XYZ58.4565.4825.48-
YUV206.1975.98142.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 214 (83.98% from 255) = 38.63%
BLUE value IS 114 (44.92% from 255) = 20.58%
R=40.79%
G=38.63%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621411400.050.500.1153.5765.8866.67
HexE2D6720532B364243
Octal34232616205621366102103
Binary111000101101011011100100101110010101111011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D672; }

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

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

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

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

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

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

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

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