#E2D673

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

Shades of Wild Rice #E2D673

Tints of Wild Rice #E2D673

Color information

#E2D673 (or 0xE2D673) is unknown color: approx Wild Rice. HEX triplet: E2, D6 and 73. RGB value is (226,214,115). Sum of RGB (Red+Green+Blue) = 226+214+115=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 115 (45.31% from 255 or 20.72% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D673 is #1D298C. Grayscale: #CECECE. Windows color (decimal): -1911181 or 7591650. OLE color: 7591650.

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

Color convert

RGB226214115-
CMYK00.050.490.11
HSL53.51º65.68%66.86%-
HSV(B)53.51º49.12%88.63%-
XYZ58.5165.525.78-
YUV206.376.48142.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 115 (45.31% from 255) = 20.72%
R=40.72%
G=38.56%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621411500.050.490.1153.5165.6866.86
HexE2D6730531B364243
Octal34232616305611366102103
Binary111000101101011011100110101110001101111011010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D673; }

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

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

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

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

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

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

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

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