#EFB88D

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

Shades of Corvette #EFB88D

Tints of Corvette #EFB88D

Color information

#EFB88D (or 0xEFB88D) is unknown color: approx Corvette. HEX triplet: EF, B8 and 8D. RGB value is (239,184,141). Sum of RGB (Red+Green+Blue) = 239+184+141=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 141 (55.47% from 255 or 25% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB88D is #104772. Grayscale: #C3C3C3. Windows color (decimal): -1066867 or 9287919. OLE color: 9287919.

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

Color convert

RGB239184141-
CMYK00.230.410.06
HSL26.33º75.38%74.51%-
HSV(B)26.33º41%93.73%-
XYZ57.5454.5532.7-
YUV195.5497.22159-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.38%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 141 (55.47% from 255) = 25%
R=42.38%
G=32.62%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918414100.230.410.0626.3375.3874.51
HexEFB88D0172961a4b4b
Octal35727021502751632113113
Binary1110111110111000100011010101111010011101101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB88D; }

 p { color: rgb(239,184,141); }

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

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

 a { background-color: rgb(239,184,141); }

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

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

 span { border-color: rgb(239,184,141); }

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