#E8DE6D

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

Shades of Wild Rice #E8DE6D

Tints of Wild Rice #E8DE6D

Color information

#E8DE6D (or 0xE8DE6D) is unknown color: approx Wild Rice. HEX triplet: E8, DE and 6D. RGB value is (232,222,109). Sum of RGB (Red+Green+Blue) = 232+222+109=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E8DE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8DE6D is #172192. Grayscale: #D4D4D4. Windows color (decimal): -1515923 or 7200488. OLE color: 7200488.

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

Color convert

RGB232222109-
CMYK00.040.530.09
HSL55.12º72.78%66.86%-
HSV(B)55.12º53.02%90.98%-
XYZ62.1670.524.8-
YUV212.1169.81142.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 109 (42.97% from 255) = 19.36%
R=41.21%
G=39.43%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23222210900.040.530.0955.1272.7866.86
HexE8DE6D04359374943
Octal35033615504651167111103
Binary111010001101111011011010100110101100111011110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8DE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8DE6D; }

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

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

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

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

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

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

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

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