#E8D66D

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

Shades of Wild Rice #E8D66D

Tints of Wild Rice #E8D66D

Color information

#E8D66D (or 0xE8D66D) is unknown color: approx Wild Rice. HEX triplet: E8, D6 and 6D. RGB value is (232,214,109). Sum of RGB (Red+Green+Blue) = 232+214+109=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 214 (83.98% from 255 or 38.56% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D66D is #172992. Grayscale: #CFCFCF. Windows color (decimal): -1517971 or 7198440. OLE color: 7198440.

HSL color Cylindrical-coordinate representation of color #E8D66D: hue angle of 51.22º 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 #E8D66D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB232214109-
CMYK00.080.530.09
HSL51.22º72.78%66.86%-
HSV(B)51.22º53.02%90.98%-
XYZ60.0966.3524.11-
YUV207.4172.46145.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 214 (83.98% from 255) = 38.56%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=41.80%
G=38.56%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23221410900.080.530.0951.2272.7866.86
HexE8D66D08359334943
Octal350326155010651163111103
Binary1110100011010110110110101000110101100111001110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D66D; }

 p { color: rgb(232,214,109); }

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

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

 a { background-color: rgb(232,214,109); }

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

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

 span { border-color: rgb(232,214,109); }

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