#EFB382

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

Shades of Corvette #EFB382

Tints of Corvette #EFB382

Color information

#EFB382 (or 0xEFB382) is unknown color: approx Corvette. HEX triplet: EF, B3 and 82. RGB value is (239,179,130). Sum of RGB (Red+Green+Blue) = 239+179+130=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB382 is #104C7D. Grayscale: #BFBFBF. Windows color (decimal): -1068158 or 8565743. OLE color: 8565743.

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

Color convert

RGB239179130-
CMYK00.250.460.06
HSL26.97º77.3%72.35%-
HSV(B)26.97º45.61%93.73%-
XYZ55.7552.228.26-
YUV191.3593.38161.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 130 (51.17% from 255) = 23.72%
R=43.61%
G=32.66%
B=23.72%

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
Decimal23917913000.250.460.0626.9777.372.35
HexEFB3820192E61b4d48
Octal35726320203156633115110
Binary1110111110110011100000100110011011101101101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB382; }

 p { color: rgb(239,179,130); }

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

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

 a { background-color: rgb(239,179,130); }

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

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

 span { border-color: rgb(239,179,130); }

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