#EFBD8F

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

Shades of Corvette #EFBD8F

Tints of Corvette #EFBD8F

Color information

#EFBD8F (or 0xEFBD8F) is unknown color: approx Corvette. HEX triplet: EF, BD and 8F. RGB value is (239,189,143). Sum of RGB (Red+Green+Blue) = 239+189+143=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 189 (74.22% from 255 or 33.10% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBD8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBD8F is #104270. Grayscale: #C6C6C6. Windows color (decimal): -1065585 or 9420271. OLE color: 9420271.

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

Color convert

RGB239189143-
CMYK00.210.400.06
HSL28.75º75%74.9%-
HSV(B)28.75º40.17%93.73%-
XYZ58.7556.7333.84-
YUV198.7196.56156.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.86%
GREEN value IS 189 (74.22% from 255) = 33.10%
BLUE value IS 143 (56.25% from 255) = 25.04%
R=41.86%
G=33.10%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918914300.210.400.0628.757574.9
HexEFBD8F0152861d4b4b
Octal35727521702550635113113
Binary1110111110111101100011110101011010001101110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBD8F; }

 p { color: rgb(239,189,143); }

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

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

 a { background-color: rgb(239,189,143); }

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

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

 span { border-color: rgb(239,189,143); }

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