#EFBE80

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

Shades of Corvette #EFBE80

Tints of Corvette #EFBE80

Color information

#EFBE80 (or 0xEFBE80) is unknown color: approx Corvette. HEX triplet: EF, BE and 80. RGB value is (239,190,128). Sum of RGB (Red+Green+Blue) = 239+190+128=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE80 is #10417F. Grayscale: #C5C5C5. Windows color (decimal): -1065344 or 8437487. OLE color: 8437487.

HSL color Cylindrical-coordinate representation of color #EFBE80: hue angle of 33.51º 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 #EFBE80 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB239190128-
CMYK00.210.460.06
HSL33.51º77.62%71.96%-
HSV(B)33.51º46.44%93.73%-
XYZ57.9156.7428.32-
YUV197.5888.73157.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.91%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=42.91%
G=34.11%
B=22.98%

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
Decimal23919012800.210.460.0633.5177.6271.96
HexEFBE800152E6224e48
Octal35727620002556642116110
Binary11101111101111101000000001010110111011010001010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE80; }

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

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

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

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

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

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

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

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