#ECECBD

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

Shades of Spring Sun #ECECBD

Tints of Spring Sun #ECECBD

Color information

#ECECBD (or 0xECECBD) is unknown color: approx Spring Sun. HEX triplet: EC, EC and BD. RGB value is (236,236,189). Sum of RGB (Red+Green+Blue) = 236+236+189=661 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.70% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECECBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECECBD is #131342. Grayscale: #E6E6E6. Windows color (decimal): -1250115 or 12446956. OLE color: 12446956.

HSL color Cylindrical-coordinate representation of color #ECECBD: hue angle of 60º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECECBD is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236236189-
CMYK000.200.07
HSL60º55.29%83.33%-
HSV(B)60º19.92%92.55%-
XYZ73.7781.559.99-
YUV230.64104.5131.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.70%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 189 (74.22% from 255) = 28.59%
R=35.70%
G=35.70%
B=28.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236236189000.200.076055.2983.33
HexECECBD001473c3753
Octal354354275002477467123
Binary11101100111011001011110100101001111111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECECBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECECBD; }

 p { color: rgb(236,236,189); }

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

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

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

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

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

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

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