#E2DB7A

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

Shades of Wild Rice #E2DB7A

Tints of Wild Rice #E2DB7A

Color information

#E2DB7A (or 0xE2DB7A) is unknown color: approx Wild Rice. HEX triplet: E2, DB and 7A. RGB value is (226,219,122). Sum of RGB (Red+Green+Blue) = 226+219+122=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB7A is #1D2485. Grayscale: #D2D2D2. Windows color (decimal): -1909894 or 8051682. OLE color: 8051682.

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

Color convert

RGB226219122-
CMYK00.030.460.11
HSL55.96º64.2%68.24%-
HSV(B)55.96º46.02%88.63%-
XYZ60.2168.2428.41-
YUV210.0478.32139.39-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.86%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 122 (48.05% from 255) = 21.52%
R=39.86%
G=38.62%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621912200.030.460.1155.9664.268.24
HexE2DB7A032EB384044
Octal34233317203561370100104
Binary11100010110110111111010011101110101111100010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DB7A; }

 p { color: rgb(226,219,122); }

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

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

 a { background-color: rgb(226,219,122); }

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

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

 span { border-color: rgb(226,219,122); }

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