#EFBC7E

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

Shades of Corvette #EFBC7E

Tints of Corvette #EFBC7E

Color information

#EFBC7E (or 0xEFBC7E) is unknown color: approx Corvette. HEX triplet: EF, BC and 7E. RGB value is (239,188,126). Sum of RGB (Red+Green+Blue) = 239+188+126=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 126 (49.61% from 255 or 22.78% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC7E is #104381. Grayscale: #C4C4C4. Windows color (decimal): -1065858 or 8305903. OLE color: 8305903.

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

Color convert

RGB239188126-
CMYK00.210.470.06
HSL32.92º77.93%71.57%-
HSV(B)32.92º47.28%93.73%-
XYZ57.3555.8227.49-
YUV196.1888.4158.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 126 (49.61% from 255) = 22.78%
R=43.22%
G=34.00%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918812600.210.470.0632.9277.9371.57
HexEFBC7E0152F6214e48
Octal35727417602557641116110
Binary1110111110111100111111001010110111111010000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC7E; }

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

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

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

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

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

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

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

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