#EFBF8C

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

Shades of Corvette #EFBF8C

Tints of Corvette #EFBF8C

Color information

#EFBF8C (or 0xEFBF8C) is unknown color: approx Corvette. HEX triplet: EF, BF and 8C. RGB value is (239,191,140). Sum of RGB (Red+Green+Blue) = 239+191+140=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF8C is #104073. Grayscale: #C7C7C7. Windows color (decimal): -1065076 or 9224175. OLE color: 9224175.

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

Color convert

RGB239191140-
CMYK00.200.410.06
HSL30.91º75.57%74.31%-
HSV(B)30.91º41.42%93.73%-
XYZ58.9657.5132.8-
YUV199.5494.4156.15-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=41.93%
G=33.51%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919114000.200.410.0630.9175.5774.31
HexEFBF8C0142961f4c4a
Octal35727721402451637114112
Binary1110111110111111100011000101001010011101111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF8C; }

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

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

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

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

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

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

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

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