#ECB48A

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

Shades of Corvette #ECB48A

Tints of Corvette #ECB48A

Color information

#ECB48A (or 0xECB48A) is unknown color: approx Corvette. HEX triplet: EC, B4 and 8A. RGB value is (236,180,138). Sum of RGB (Red+Green+Blue) = 236+180+138=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB48A is #134B75. Grayscale: #C0C0C0. Windows color (decimal): -1264502 or 9090284. OLE color: 9090284.

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

Color convert

RGB236180138-
CMYK00.240.420.07
HSL25.71º72.06%73.33%-
HSV(B)25.71º41.53%92.55%-
XYZ55.552.3131.22-
YUV191.9697.55159.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=42.60%
G=32.49%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618013800.240.420.0725.7172.0673.33
HexECB48A0182A71a4849
Octal35426421203052732110111
Binary1110110010110100100010100110001010101111101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB48A; }

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

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

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

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

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

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

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

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