#ECB48B

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

Shades of Corvette #ECB48B

Tints of Corvette #ECB48B

Color information

#ECB48B (or 0xECB48B) is unknown color: approx Corvette. HEX triplet: EC, B4 and 8B. RGB value is (236,180,139). Sum of RGB (Red+Green+Blue) = 236+180+139=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB48B is #134B74. Grayscale: #C0C0C0. Windows color (decimal): -1264501 or 9155820. OLE color: 9155820.

HSL color Cylindrical-coordinate representation of color #ECB48B: hue angle of 25.36º 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 #ECB48B is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB236180139-
CMYK00.240.410.07
HSL25.36º71.85%73.53%-
HSV(B)25.36º41.1%92.55%-
XYZ55.5752.3431.6-
YUV192.0798.05159.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 139 (54.69% from 255) = 25.05%
R=42.52%
G=32.43%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618013900.240.410.0725.3671.8573.53
HexECB48B01829719484a
Octal35426421303051731110112
Binary1110110010110100100010110110001010011111100110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB48B; }

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

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

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

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

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

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

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

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