#EFB480

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

Shades of Corvette #EFB480

Tints of Corvette #EFB480

Color information

#EFB480 (or 0xEFB480) is unknown color: approx Corvette. HEX triplet: EF, B4 and 80. RGB value is (239,180,128). Sum of RGB (Red+Green+Blue) = 239+180+128=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB480 is #104B7F. Grayscale: #BFBFBF. Windows color (decimal): -1067904 or 8434927. OLE color: 8434927.

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

Color convert

RGB239180128-
CMYK00.250.460.06
HSL28.11º77.62%71.96%-
HSV(B)28.11º46.44%93.73%-
XYZ55.8152.5527.62-
YUV191.7192.05161.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 128 (50.39% from 255) = 23.40%
R=43.69%
G=32.91%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918012800.250.460.0628.1177.6271.96
HexEFB4800192E61c4e48
Octal35726420003156634116110
Binary1110111110110100100000000110011011101101110010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB480; }

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

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

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

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

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

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

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

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