#EFBE8E

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

Shades of Corvette #EFBE8E

Tints of Corvette #EFBE8E

Color information

#EFBE8E (or 0xEFBE8E) is unknown color: approx Corvette. HEX triplet: EF, BE and 8E. RGB value is (239,190,142). Sum of RGB (Red+Green+Blue) = 239+190+142=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE8E is #104171. Grayscale: #C7C7C7. Windows color (decimal): -1065330 or 9354991. OLE color: 9354991.

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

Color convert

RGB239190142-
CMYK00.210.410.06
HSL29.69º75.19%74.71%-
HSV(B)29.69º40.59%93.73%-
XYZ58.8957.1333.51-
YUV199.1895.73156.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 142 (55.86% from 255) = 24.87%
R=41.86%
G=33.27%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919014200.210.410.0629.6975.1974.71
HexEFBE8E0152961e4b4b
Octal35727621602551636113113
Binary1110111110111110100011100101011010011101111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE8E; }

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

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

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

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

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

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

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

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