#ecb882

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

Shades of Corvette #ECB882

Tints of Corvette #ECB882

Color information

#ECB882 (or 0xECB882) is unknown color: approx Corvette. HEX triplet: EC, B8 and 82. RGB value is (236,184,130). Sum of RGB (Red+Green+Blue) = 236+184+130=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 184 (72.27% from 255 or 33.45% from 550); Blue value is 130 (51.17% from 255 or 23.64% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB882 is #13477D. Grayscale: #C1C1C1. Windows color (decimal): -1263486 or 8567020. OLE color: 8567020.

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

Color convert

RGB236184130-
CMYK00.220.450.07
HSL30.57º73.61%71.76%-
HSV(B)30.57º44.92%92.55%-
XYZ55.7653.7328.55-
YUV193.3992.23158.39-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.91%
GREEN value IS 184 (72.27% from 255) = 33.45%
BLUE value IS 130 (51.17% from 255) = 23.64%
R=42.91%
G=33.45%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618413000.220.450.0730.5773.6171.76
HexECB8820162D71f4a48
Octal35427020202655737112110
Binary1110110010111000100000100101101011011111111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb882; }

 p { color: rgb(236,184,130); }

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

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

 a { background-color: rgb(236,184,130); }

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

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

 span { border-color: rgb(236,184,130); }

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