#ECDF9B

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

Shades of Vis Vis #ECDF9B

Tints of Vis Vis #ECDF9B

Color information

#ECDF9B (or 0xECDF9B) is unknown color: approx Vis Vis. HEX triplet: EC, DF and 9B. RGB value is (236,223,155). Sum of RGB (Red+Green+Blue) = 236+223+155=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 155 (60.94% from 255 or 25.24% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF9B is #132064. Grayscale: #DBDBDB. Windows color (decimal): -1253477 or 10215404. OLE color: 10215404.

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

Color convert

RGB236223155-
CMYK00.060.340.07
HSL50.37º68.07%76.67%-
HSV(B)50.37º34.32%92.55%-
XYZ66.972.9741.57-
YUV219.1491.81140.03-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.44%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 155 (60.94% from 255) = 25.24%
R=38.44%
G=36.32%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622315500.060.340.0750.3768.0776.67
HexECDF9B0622732444d
Octal3543372330642762104115
Binary111011001101111110011011011010001011111001010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF9B; }

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

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

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

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

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

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

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

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