#EFBE8C

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

Shades of Corvette #EFBE8C

Tints of Corvette #EFBE8C

Color information

#EFBE8C (or 0xEFBE8C) is unknown color: approx Corvette. HEX triplet: EF, BE and 8C. RGB value is (239,190,140). Sum of RGB (Red+Green+Blue) = 239+190+140=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE8C is #104173. Grayscale: #C7C7C7. Windows color (decimal): -1065332 or 9223919. OLE color: 9223919.

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

Color convert

RGB239190140-
CMYK00.210.410.06
HSL30.3º75.57%74.31%-
HSV(B)30.3º41.42%93.73%-
XYZ58.7457.0732.73-
YUV198.9594.73156.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=42.00%
G=33.39%
B=24.60%

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
Decimal23919014000.210.410.0630.375.5774.31
HexEFBE8C0152961e4c4a
Octal35727621402551636114112
Binary1110111110111110100011000101011010011101111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE8C; }

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

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

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

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

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

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

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

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