#ECDE6C

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

Shades of Wild Rice #ECDE6C

Tints of Wild Rice #ECDE6C

Color information

#ECDE6C (or 0xECDE6C) is unknown color: approx Wild Rice. HEX triplet: EC, DE and 6C. RGB value is (236,222,108). Sum of RGB (Red+Green+Blue) = 236+222+108=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE6C is #132193. Grayscale: #D5D5D5. Windows color (decimal): -1253780 or 7134956. OLE color: 7134956.

HSL color Cylindrical-coordinate representation of color #ECDE6C: hue angle of 53.44º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECDE6C is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB236222108-
CMYK00.060.540.07
HSL53.44º77.11%67.45%-
HSV(B)53.44º54.24%92.55%-
XYZ63.4271.1624.58-
YUV213.1968.64144.27-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 108 (42.58% from 255) = 19.08%
R=41.70%
G=39.22%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622210800.060.540.0753.4477.1167.45
HexECDE6C06367354d43
Octal3543361540666765115103
Binary11101100110111101101100011011011011111010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE6C; }

 p { color: rgb(236,222,108); }

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

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

 a { background-color: rgb(236,222,108); }

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

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

 span { border-color: rgb(236,222,108); }

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