#EFBC80

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

Shades of Corvette #EFBC80

Tints of Corvette #EFBC80

Color information

#EFBC80 (or 0xEFBC80) is unknown color: approx Corvette. HEX triplet: EF, BC and 80. RGB value is (239,188,128). Sum of RGB (Red+Green+Blue) = 239+188+128=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC80 is #10437F. Grayscale: #C4C4C4. Windows color (decimal): -1065856 or 8436975. OLE color: 8436975.

HSL color Cylindrical-coordinate representation of color #EFBC80: hue angle of 32.43º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFBC80 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239188128-
CMYK00.210.460.06
HSL32.43º77.62%71.96%-
HSV(B)32.43º46.44%93.73%-
XYZ57.4855.8828.18-
YUV196.4189.4158.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 128 (50.39% from 255) = 23.06%
R=43.06%
G=33.87%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918812800.210.460.0632.4377.6271.96
HexEFBC800152E6204e48
Octal35727420002556640116110
Binary11101111101111001000000001010110111011010000010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC80; }

 p { color: rgb(239,188,128); }

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

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

 a { background-color: rgb(239,188,128); }

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

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

 span { border-color: rgb(239,188,128); }

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