#ECB381

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

Shades of Corvette #ECB381

Tints of Corvette #ECB381

Color information

#ECB381 (or 0xECB381) is unknown color: approx Corvette. HEX triplet: EC, B3 and 81. RGB value is (236,179,129). Sum of RGB (Red+Green+Blue) = 236+179+129=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 129 (50.78% from 255 or 23.71% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB381 is #134C7E. Grayscale: #BEBEBE. Windows color (decimal): -1264767 or 8500204. OLE color: 8500204.

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

Color convert

RGB236179129-
CMYK00.240.450.07
HSL28.04º73.79%71.57%-
HSV(B)28.04º45.34%92.55%-
XYZ54.6751.6627.86-
YUV190.3493.38160.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.38%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 129 (50.78% from 255) = 23.71%
R=43.38%
G=32.90%
B=23.71%

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
Decimal23617912900.240.450.0728.0473.7971.57
HexECB3810182D71c4a48
Octal35426320103055734112110
Binary1110110010110011100000010110001011011111110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB381; }

 p { color: rgb(236,179,129); }

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

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

 a { background-color: rgb(236,179,129); }

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

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

 span { border-color: rgb(236,179,129); }

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