#EFBB82

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

Shades of Corvette #EFBB82

Tints of Corvette #EFBB82

Color information

#EFBB82 (or 0xEFBB82) is unknown color: approx Corvette. HEX triplet: EF, BB and 82. RGB value is (239,187,130). Sum of RGB (Red+Green+Blue) = 239+187+130=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB82 is #10447D. Grayscale: #C4C4C4. Windows color (decimal): -1066110 or 8567791. OLE color: 8567791.

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

Color convert

RGB239187130-
CMYK00.220.460.06
HSL31.38º77.3%72.35%-
HSV(B)31.38º45.61%93.73%-
XYZ57.455.528.81-
YUV196.0590.73158.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 187 (73.44% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=42.99%
G=33.63%
B=23.38%

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
Decimal23918713000.220.460.0631.3877.372.35
HexEFBB820162E61f4d48
Octal35727320202656637115110
Binary1110111110111011100000100101101011101101111110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB82; }

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

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

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

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

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

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

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

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