#ECC085

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

Shades of Corvette #ECC085

Tints of Corvette #ECC085

Color information

#ECC085 (or 0xECC085) is unknown color: approx Corvette. HEX triplet: EC, C0 and 85. RGB value is (236,192,133). Sum of RGB (Red+Green+Blue) = 236+192+133=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC085 is #133F7A. Grayscale: #C6C6C6. Windows color (decimal): -1261435 or 8765676. OLE color: 8765676.

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

Color convert

RGB236192133-
CMYK00.190.440.07
HSL34.37º73.05%72.35%-
HSV(B)34.37º43.64%92.55%-
XYZ57.6857.2330.2-
YUV198.4391.08154.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=42.07%
G=34.22%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619213300.190.440.0734.3773.0572.35
HexECC0850132C7224948
Octal35430020502354742111110
Binary11101100110000001000010101001110110011110001010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC085; }

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

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

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

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

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

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

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

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