#ECDE99

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

Shades of Vis Vis #ECDE99

Tints of Vis Vis #ECDE99

Color information

#ECDE99 (or 0xECDE99) is unknown color: approx Vis Vis. HEX triplet: EC, DE and 99. RGB value is (236,222,153). Sum of RGB (Red+Green+Blue) = 236+222+153=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 153 (60.16% from 255 or 25.04% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDE99 is #132166. Grayscale: #DADADA. Windows color (decimal): -1253735 or 10084076. OLE color: 10084076.

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

Color convert

RGB236222153-
CMYK00.060.350.07
HSL49.88º68.6%76.27%-
HSV(B)49.88º35.17%92.55%-
XYZ66.4672.3840.6-
YUV218.3291.14140.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.63%
GREEN value IS 222 (87.11% from 255) = 36.33%
BLUE value IS 153 (60.16% from 255) = 25.04%
R=38.63%
G=36.33%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622215300.060.350.0749.8868.676.27
HexECDE990623732454c
Octal3543362310643762105114
Binary111011001101111010011001011010001111111001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDE99; }

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

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

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

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

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

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

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

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