#E8DB6C

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

Shades of Wild Rice #E8DB6C

Tints of Wild Rice #E8DB6C

Color information

#E8DB6C (or 0xE8DB6C) is unknown color: approx Wild Rice. HEX triplet: E8, DB and 6C. RGB value is (232,219,108). Sum of RGB (Red+Green+Blue) = 232+219+108=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DB6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DB6C is #172493. Grayscale: #D2D2D2. Windows color (decimal): -1516692 or 7134184. OLE color: 7134184.

HSL color Cylindrical-coordinate representation of color #E8DB6C: hue angle of 53.71º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E8DB6C is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232219108-
CMYK00.060.530.09
HSL53.71º72.94%66.67%-
HSV(B)53.71º53.45%90.98%-
XYZ61.3268.924.25-
YUV210.2370.31143.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 219 (85.94% from 255) = 39.18%
BLUE value IS 108 (42.58% from 255) = 19.32%
R=41.50%
G=39.18%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221910800.060.530.0953.7172.9466.67
HexE8DB6C06359364943
Octal35033315406651166111103
Binary111010001101101111011000110110101100111011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DB6C; }

 p { color: rgb(232,219,108); }

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

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

 a { background-color: rgb(232,219,108); }

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

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

 span { border-color: rgb(232,219,108); }

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