#EFBC8C

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

Shades of Corvette #EFBC8C

Tints of Corvette #EFBC8C

Color information

#EFBC8C (or 0xEFBC8C) is unknown color: approx Corvette. HEX triplet: EF, BC and 8C. RGB value is (239,188,140). Sum of RGB (Red+Green+Blue) = 239+188+140=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 140 (55.08% from 255 or 24.69% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBC8C is #104373. Grayscale: #C6C6C6. Windows color (decimal): -1065844 or 9223407. OLE color: 9223407.

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

Color convert

RGB239188140-
CMYK00.210.410.06
HSL29.09º75.57%74.31%-
HSV(B)29.09º41.42%93.73%-
XYZ58.3156.2132.59-
YUV197.7895.4157.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 188 (73.83% from 255) = 33.16%
BLUE value IS 140 (55.08% from 255) = 24.69%
R=42.15%
G=33.16%
B=24.69%

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
Decimal23918814000.210.410.0629.0975.5774.31
HexEFBC8C0152961d4c4a
Octal35727421402551635114112
Binary1110111110111100100011000101011010011101110110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC8C; }

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

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

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

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

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

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

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

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