#ECBA8B

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

Shades of Corvette #ECBA8B

Tints of Corvette #ECBA8B

Color information

#ECBA8B (or 0xECBA8B) is unknown color: approx Corvette. HEX triplet: EC, BA and 8B. RGB value is (236,186,139). Sum of RGB (Red+Green+Blue) = 236+186+139=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA8B is #134574. Grayscale: #C3C3C3. Windows color (decimal): -1262965 or 9157356. OLE color: 9157356.

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

Color convert

RGB236186139-
CMYK00.210.410.07
HSL29.07º71.85%73.53%-
HSV(B)29.07º41.1%92.55%-
XYZ56.8154.8132.01-
YUV195.5996.06156.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 139 (54.69% from 255) = 24.78%
R=42.07%
G=33.16%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618613900.210.410.0729.0771.8573.53
HexECBA8B0152971d484a
Octal35427221302551735110112
Binary1110110010111010100010110101011010011111110110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA8B; }

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

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

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

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

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

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

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

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