#EFBA82

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

Shades of Corvette #EFBA82

Tints of Corvette #EFBA82

Color information

#EFBA82 (or 0xEFBA82) is unknown color: approx Corvette. HEX triplet: EF, BA and 82. RGB value is (239,186,130). Sum of RGB (Red+Green+Blue) = 239+186+130=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBA82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBA82 is #10457D. Grayscale: #C3C3C3. Windows color (decimal): -1066366 or 8567535. OLE color: 8567535.

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

Color convert

RGB239186130-
CMYK00.220.460.06
HSL30.83º77.3%72.35%-
HSV(B)30.83º45.61%93.73%-
XYZ57.1855.0828.74-
YUV195.4691.06159.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=43.06%
G=33.51%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918613000.220.460.0630.8377.372.35
HexEFBA820162E61f4d48
Octal35727220202656637115110
Binary1110111110111010100000100101101011101101111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBA82; }

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

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

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

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

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

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

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

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