#ECDF99

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

Shades of Vis Vis #ECDF99

Tints of Vis Vis #ECDF99

Color information

#ECDF99 (or 0xECDF99) is unknown color: approx Vis Vis. HEX triplet: EC, DF and 99. RGB value is (236,223,153). Sum of RGB (Red+Green+Blue) = 236+223+153=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF99 is #132066. Grayscale: #DBDBDB. Windows color (decimal): -1253479 or 10084332. OLE color: 10084332.

HSL color Cylindrical-coordinate representation of color #ECDF99: hue angle of 50.6º 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 #ECDF99 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB236223153-
CMYK00.060.350.07
HSL50.6º68.6%76.27%-
HSV(B)50.6º35.17%92.55%-
XYZ66.7372.9140.69-
YUV218.9190.81140.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.56%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 153 (60.16% from 255) = 25%
R=38.56%
G=36.44%
B=25%

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
Decimal23622315300.060.350.0750.668.676.27
HexECDF990623733454c
Octal3543372310643763105114
Binary111011001101111110011001011010001111111001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF99; }

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

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

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

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

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

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

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

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