#ECBD80

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

Shades of Corvette #ECBD80

Tints of Corvette #ECBD80

Color information

#ECBD80 (or 0xECBD80) is unknown color: approx Corvette. HEX triplet: EC, BD and 80. RGB value is (236,189,128). Sum of RGB (Red+Green+Blue) = 236+189+128=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD80 is #13427F. Grayscale: #C4C4C4. Windows color (decimal): -1262208 or 8437228. OLE color: 8437228.

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

Color convert

RGB236189128-
CMYK00.200.460.07
HSL33.89º73.97%71.37%-
HSV(B)33.89º45.76%92.55%-
XYZ56.6955.7928.2-
YUV196.189.57156.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.68%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 128 (50.39% from 255) = 23.15%
R=42.68%
G=34.18%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618912800.200.460.0733.8973.9771.37
HexECBD800142E7224a47
Octal35427520002456742112107
Binary11101100101111011000000001010010111011110001010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD80; }

 p { color: rgb(236,189,128); }

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

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

 a { background-color: rgb(236,189,128); }

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

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

 span { border-color: rgb(236,189,128); }

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