#EFBC8E

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

Shades of Corvette #EFBC8E

Tints of Corvette #EFBC8E

Color information

#EFBC8E (or 0xEFBC8E) is unknown color: approx Corvette. HEX triplet: EF, BC and 8E. RGB value is (239,188,142). Sum of RGB (Red+Green+Blue) = 239+188+142=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8E is #104371. Grayscale: #C6C6C6. Windows color (decimal): -1065842 or 9354479. OLE color: 9354479.

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

Color convert

RGB239188142-
CMYK00.210.410.06
HSL28.45º75.19%74.71%-
HSV(B)28.45º40.59%93.73%-
XYZ58.4656.2733.37-
YUV19896.4157.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=42.00%
G=33.04%
B=24.96%

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
Decimal23918814200.210.410.0628.4575.1974.71
HexEFBC8E0152961c4b4b
Octal35727421602551634113113
Binary1110111110111100100011100101011010011101110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC8E; }

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

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

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

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

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

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

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

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