#EFBF7E

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

Shades of Corvette #EFBF7E

Tints of Corvette #EFBF7E

Color information

#EFBF7E (or 0xEFBF7E) is unknown color: approx Corvette. HEX triplet: EF, BF and 7E. RGB value is (239,191,126). Sum of RGB (Red+Green+Blue) = 239+191+126=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBF7E is #104081. Grayscale: #C6C6C6. Windows color (decimal): -1065090 or 8306671. OLE color: 8306671.

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

Color convert

RGB239191126-
CMYK00.200.470.06
HSL34.51º77.93%71.57%-
HSV(B)34.51º47.28%93.73%-
XYZ57.9957.1227.71-
YUV197.9487.4157.29-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=42.99%
G=34.35%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919112600.200.470.0634.5177.9371.57
HexEFBF7E0142F6234e48
Octal35727717602457643116110
Binary1110111110111111111111001010010111111010001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF7E; }

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

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

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

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

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

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

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

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