#EFB488

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

Shades of Corvette #EFB488

Tints of Corvette #EFB488

Color information

#EFB488 (or 0xEFB488) is unknown color: approx Corvette. HEX triplet: EF, B4 and 88. RGB value is (239,180,136). Sum of RGB (Red+Green+Blue) = 239+180+136=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB488 is #104B77. Grayscale: #C0C0C0. Windows color (decimal): -1067896 or 8959215. OLE color: 8959215.

HSL color Cylindrical-coordinate representation of color #EFB488: hue angle of 25.63º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EFB488 is Cyan = 0, Magento = 0.25, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB239180136-
CMYK00.250.430.06
HSL25.63º76.3%73.53%-
HSV(B)25.63º43.1%93.73%-
XYZ56.3652.7730.51-
YUV192.6296.05161.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=43.06%
G=32.43%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918013600.250.430.0625.6376.373.53
HexEFB4880192B61a4c4a
Octal35726421003153632114112
Binary1110111110110100100010000110011010111101101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB488; }

 p { color: rgb(239,180,136); }

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

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

 a { background-color: rgb(239,180,136); }

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

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

 span { border-color: rgb(239,180,136); }

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