#ECBC7B

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

Shades of Corvette #ECBC7B

Tints of Corvette #ECBC7B

Color information

#ECBC7B (or 0xECBC7B) is unknown color: approx Corvette. HEX triplet: EC, BC and 7B. RGB value is (236,188,123). Sum of RGB (Red+Green+Blue) = 236+188+123=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECBC7B is #134384. Grayscale: #C3C3C3. Windows color (decimal): -1262469 or 8109292. OLE color: 8109292.

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

Color convert

RGB236188123-
CMYK00.200.480.07
HSL34.51º74.83%70.39%-
HSV(B)34.51º47.88%92.55%-
XYZ56.1555.2326.44-
YUV194.9487.4157.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.14%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 123 (48.44% from 255) = 22.49%
R=43.14%
G=34.37%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618812300.200.480.0734.5174.8370.39
HexECBC7B014307234b46
Octal35427417302460743113106
Binary1110110010111100111101101010011000011110001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBC7B; }

 p { color: rgb(236,188,123); }

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

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

 a { background-color: rgb(236,188,123); }

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

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

 span { border-color: rgb(236,188,123); }

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