#EFBE82

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

Shades of Corvette #EFBE82

Tints of Corvette #EFBE82

Color information

#EFBE82 (or 0xEFBE82) is unknown color: approx Corvette. HEX triplet: EF, BE and 82. RGB value is (239,190,130). Sum of RGB (Red+Green+Blue) = 239+190+130=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBE82 is #10417D. Grayscale: #C6C6C6. Windows color (decimal): -1065342 or 8568559. OLE color: 8568559.

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

Color convert

RGB239190130-
CMYK00.210.460.06
HSL33.03º77.3%72.35%-
HSV(B)33.03º45.61%93.73%-
XYZ58.0456.7929.02-
YUV197.8189.73157.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.75%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=42.75%
G=33.99%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919013000.210.460.0633.0377.372.35
HexEFBE820152E6214d48
Octal35727620202556641115110
Binary11101111101111101000001001010110111011010000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBE82; }

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

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

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

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

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

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

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

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