#ECBA80

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

Shades of Corvette #ECBA80

Tints of Corvette #ECBA80

Color information

#ECBA80 (or 0xECBA80) is unknown color: approx Corvette. HEX triplet: EC, BA and 80. RGB value is (236,186,128). Sum of RGB (Red+Green+Blue) = 236+186+128=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA80 is #13457F. Grayscale: #C2C2C2. Windows color (decimal): -1262976 or 8436460. OLE color: 8436460.

HSL color Cylindrical-coordinate representation of color #ECBA80: hue angle of 32.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ECBA80 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB236186128-
CMYK00.210.460.07
HSL32.22º73.97%71.37%-
HSV(B)32.22º45.76%92.55%-
XYZ56.0554.5127.99-
YUV194.3490.56157.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 128 (50.39% from 255) = 23.27%
R=42.91%
G=33.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618612800.210.460.0732.2273.9771.37
HexECBA800152E7204a47
Octal35427220002556740112107
Binary11101100101110101000000001010110111011110000010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA80; }

 p { color: rgb(236,186,128); }

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

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

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

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

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

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

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