#ECB383

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

Shades of Corvette #ECB383

Tints of Corvette #ECB383

Color information

#ECB383 (or 0xECB383) is unknown color: approx Corvette. HEX triplet: EC, B3 and 83. RGB value is (236,179,131). Sum of RGB (Red+Green+Blue) = 236+179+131=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB383 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB383 is #134C7C. Grayscale: #BEBEBE. Windows color (decimal): -1264765 or 8631276. OLE color: 8631276.

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

Color convert

RGB236179131-
CMYK00.240.440.07
HSL27.43º73.43%71.96%-
HSV(B)27.43º44.49%92.55%-
XYZ54.8151.7128.57-
YUV190.5794.38160.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.22%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 131 (51.56% from 255) = 23.99%
R=43.22%
G=32.78%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617913100.240.440.0727.4373.4371.96
HexECB3830182C71b4948
Octal35426320303054733111110
Binary1110110010110011100000110110001011001111101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB383; }

 p { color: rgb(236,179,131); }

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

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

 a { background-color: rgb(236,179,131); }

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

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

 span { border-color: rgb(236,179,131); }

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