#ECB47A

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

Shades of Corvette #ECB47A

Tints of Corvette #ECB47A

Color information

#ECB47A (or 0xECB47A) is unknown color: approx Corvette. HEX triplet: EC, B4 and 7A. RGB value is (236,180,122). Sum of RGB (Red+Green+Blue) = 236+180+122=538 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.87% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB47A is #134B85. Grayscale: #BEBEBE. Windows color (decimal): -1264518 or 8041708. OLE color: 8041708.

HSL color Cylindrical-coordinate representation of color #ECB47A: hue angle of 30.53º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ECB47A is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB236180122-
CMYK00.240.480.07
HSL30.53º75%70.2%-
HSV(B)30.53º48.31%92.55%-
XYZ54.4351.8825.56-
YUV190.1389.55160.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.87%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 122 (48.05% from 255) = 22.68%
R=43.87%
G=33.46%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618012200.240.480.0730.537570.2
HexECB47A0183071f4b46
Octal35426417203060737113106
Binary111011001011010011110100110001100001111111110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB47A; }

 p { color: rgb(236,180,122); }

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

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

 a { background-color: rgb(236,180,122); }

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

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

 span { border-color: rgb(236,180,122); }

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