#ECBA85

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

Shades of Corvette #ECBA85

Tints of Corvette #ECBA85

Color information

#ECBA85 (or 0xECBA85) is unknown color: approx Corvette. HEX triplet: EC, BA and 85. RGB value is (236,186,133). Sum of RGB (Red+Green+Blue) = 236+186+133=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA85 is #13457A. Grayscale: #C3C3C3. Windows color (decimal): -1262971 or 8764140. OLE color: 8764140.

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

Color convert

RGB236186133-
CMYK00.210.440.07
HSL30.87º73.05%72.35%-
HSV(B)30.87º43.64%92.55%-
XYZ56.3854.6429.77-
YUV194.9193.06157.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.52%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=42.52%
G=33.51%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618613300.210.440.0730.8773.0572.35
HexECBA850152C71f4948
Octal35427220502554737111110
Binary1110110010111010100001010101011011001111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBA85; }

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

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

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

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

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

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

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

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