#e2d57b

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

Shades of Wild Rice #E2D57B

Tints of Wild Rice #E2D57B

Color information

#E2D57B (or 0xE2D57B) is unknown color: approx Wild Rice. HEX triplet: E2, D5 and 7B. RGB value is (226,213,123). Sum of RGB (Red+Green+Blue) = 226+213+123=562 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.21% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 123 (48.44% from 255 or 21.89% from 562); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D57B is #1D2A84. Grayscale: #CECECE. Windows color (decimal): -1911429 or 8115682. OLE color: 8115682.

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

Color convert

RGB226213123-
CMYK00.060.460.11
HSL52.43º63.98%68.43%-
HSV(B)52.43º45.58%88.63%-
XYZ58.7365.1928.23-
YUV206.6380.81141.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.21%
GREEN value IS 213 (83.59% from 255) = 37.90%
BLUE value IS 123 (48.44% from 255) = 21.89%
R=40.21%
G=37.90%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621312300.060.460.1152.4363.9868.43
HexE2D57B062EB344044
Octal34232517306561364100104
Binary111000101101010111110110110101110101111010010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2d57b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2d57b; }

 p { color: rgb(226,213,123); }

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

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

 a { background-color: rgb(226,213,123); }

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

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

 span { border-color: rgb(226,213,123); }

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