#E0CE6C

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

Shades of Wild Rice #E0CE6C

Tints of Wild Rice #E0CE6C

Color information

#E0CE6C (or 0xE0CE6C) is unknown color: approx Wild Rice. HEX triplet: E0, CE and 6C. RGB value is (224,206,108). Sum of RGB (Red+Green+Blue) = 224+206+108=538 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.64% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CE6C is #1F3193. Grayscale: #C8C8C8. Windows color (decimal): -2044308 or 7130848. OLE color: 7130848.

HSL color Cylindrical-coordinate representation of color #E0CE6C: hue angle of 50.69º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0CE6C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB224206108-
CMYK00.080.520.12
HSL50.69º65.17%65.1%-
HSV(B)50.69º51.79%87.84%-
XYZ55.5261.0723.05-
YUV200.2175.96144.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.64%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 108 (42.58% from 255) = 20.07%
R=41.64%
G=38.29%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420610800.080.520.1250.6965.1765.1
HexE0CE6C0834C334141
Octal340316154010641463101101
Binary1110000011001110110110001000110100110011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CE6C; }

 p { color: rgb(224,206,108); }

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

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

 a { background-color: rgb(224,206,108); }

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

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

 span { border-color: rgb(224,206,108); }

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