#EFBB8E

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

Shades of Corvette #EFBB8E

Tints of Corvette #EFBB8E

Color information

#EFBB8E (or 0xEFBB8E) is unknown color: approx Corvette. HEX triplet: EF, BB and 8E. RGB value is (239,187,142). Sum of RGB (Red+Green+Blue) = 239+187+142=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBB8E is #104471. Grayscale: #C5C5C5. Windows color (decimal): -1066098 or 9354223. OLE color: 9354223.

HSL color Cylindrical-coordinate representation of color #EFBB8E: hue angle of 27.84º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFBB8E is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239187142-
CMYK00.220.410.06
HSL27.84º75.19%74.71%-
HSV(B)27.84º40.59%93.73%-
XYZ58.2555.8433.3-
YUV197.4296.73157.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 142 (55.86% from 255) = 25%
R=42.08%
G=32.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918714200.220.410.0627.8475.1974.71
HexEFBB8E0162961c4b4b
Octal35727321602651634113113
Binary1110111110111011100011100101101010011101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB8E; }

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

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

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

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

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

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

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

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