#ECBA88

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

Shades of Corvette #ECBA88

Tints of Corvette #ECBA88

Color information

#ECBA88 (or 0xECBA88) is unknown color: approx Corvette. HEX triplet: EC, BA and 88. RGB value is (236,186,136). Sum of RGB (Red+Green+Blue) = 236+186+136=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA88 is #134577. Grayscale: #C3C3C3. Windows color (decimal): -1262968 or 8960748. OLE color: 8960748.

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

Color convert

RGB236186136-
CMYK00.210.420.07
HSL30º72.46%72.94%-
HSV(B)30º42.37%92.55%-
XYZ56.5954.7330.87-
YUV195.2594.56157.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=42.29%
G=33.33%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618613600.210.420.073072.4672.94
HexECBA880152A71e4849
Octal35427221002552736110111
Binary1110110010111010100010000101011010101111111010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA88; }

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

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

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

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

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

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

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

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