#ECBD85

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

Shades of Corvette #ECBD85

Tints of Corvette #ECBD85

Color information

#ECBD85 (or 0xECBD85) is unknown color: approx Corvette. HEX triplet: EC, BD and 85. RGB value is (236,189,133). Sum of RGB (Red+Green+Blue) = 236+189+133=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 133 (52.34% from 255 or 23.84% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBD85 is #13427A. Grayscale: #C4C4C4. Windows color (decimal): -1262203 or 8764908. OLE color: 8764908.

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

Color convert

RGB236189133-
CMYK00.200.440.07
HSL32.62º73.05%72.35%-
HSV(B)32.62º43.64%92.55%-
XYZ57.0255.9229.98-
YUV196.6792.07156.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.29%
GREEN value IS 189 (74.22% from 255) = 33.87%
BLUE value IS 133 (52.34% from 255) = 23.84%
R=42.29%
G=33.87%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618913300.200.440.0732.6273.0572.35
HexECBD850142C7214948
Octal35427520502454741111110
Binary11101100101111011000010101010010110011110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBD85; }

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

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

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

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

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

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

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

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