#EFB388

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

Shades of Corvette #EFB388

Tints of Corvette #EFB388

Color information

#EFB388 (or 0xEFB388) is unknown color: approx Corvette. HEX triplet: EF, B3 and 88. RGB value is (239,179,136). Sum of RGB (Red+Green+Blue) = 239+179+136=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFB388 is #104C77. Grayscale: #C0C0C0. Windows color (decimal): -1068152 or 8958959. OLE color: 8958959.

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

Color convert

RGB239179136-
CMYK00.250.430.06
HSL25.05º76.3%73.53%-
HSV(B)25.05º43.1%93.73%-
XYZ56.1652.3730.44-
YUV192.0496.38161.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.14%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 136 (53.52% from 255) = 24.55%
R=43.14%
G=32.31%
B=24.55%

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
Decimal23917913600.250.430.0625.0576.373.53
HexEFB3880192B6194c4a
Octal35726321003153631114112
Binary1110111110110011100010000110011010111101100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB388; }

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

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

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

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

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

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

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

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