#ECB482

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

Shades of Corvette #ECB482

Tints of Corvette #ECB482

Color information

#ECB482 (or 0xECB482) is unknown color: approx Corvette. HEX triplet: EC, B4 and 82. RGB value is (236,180,130). Sum of RGB (Red+Green+Blue) = 236+180+130=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB482 is #134B7D. Grayscale: #BFBFBF. Windows color (decimal): -1264510 or 8565996. OLE color: 8565996.

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

Color convert

RGB236180130-
CMYK00.240.450.07
HSL28.3º73.61%71.76%-
HSV(B)28.3º44.92%92.55%-
XYZ54.9452.0928.28-
YUV191.0493.55160.07-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 130 (51.17% from 255) = 23.81%
R=43.22%
G=32.97%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618013000.240.450.0728.373.6171.76
HexECB4820182D71c4a48
Octal35426420203055734112110
Binary1110110010110100100000100110001011011111110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB482; }

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

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

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

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

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

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

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

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