#EFBE8D

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

Shades of Corvette #EFBE8D

Tints of Corvette #EFBE8D

Color information

#EFBE8D (or 0xEFBE8D) is unknown color: approx Corvette. HEX triplet: EF, BE and 8D. RGB value is (239,190,141). Sum of RGB (Red+Green+Blue) = 239+190+141=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 141 (55.47% from 255 or 24.74% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE8D is #104172. Grayscale: #C7C7C7. Windows color (decimal): -1065331 or 9289455. OLE color: 9289455.

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

Color convert

RGB239190141-
CMYK00.210.410.06
HSL30º75.38%74.51%-
HSV(B)30º41%93.73%-
XYZ58.8257.133.12-
YUV199.0695.23156.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.93%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 141 (55.47% from 255) = 24.74%
R=41.93%
G=33.33%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919014100.210.410.063075.3874.51
HexEFBE8D0152961e4b4b
Octal35727621502551636113113
Binary1110111110111110100011010101011010011101111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE8D; }

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

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

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

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

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

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

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

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