#EFBF84

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

Shades of Corvette #EFBF84

Tints of Corvette #EFBF84

Color information

#EFBF84 (or 0xEFBF84) is unknown color: approx Corvette. HEX triplet: EF, BF and 84. RGB value is (239,191,132). Sum of RGB (Red+Green+Blue) = 239+191+132=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF84 is #10407B. Grayscale: #C6C6C6. Windows color (decimal): -1065084 or 8699887. OLE color: 8699887.

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

Color convert

RGB239191132-
CMYK00.200.450.06
HSL33.08º76.98%72.75%-
HSV(B)33.08º44.77%93.73%-
XYZ58.3957.2829.81-
YUV198.6390.4156.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.53%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 23.49%
R=42.53%
G=33.99%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919113200.200.450.0633.0876.9872.75
HexEFBF840142D6214d49
Octal35727720402455641115111
Binary11101111101111111000010001010010110111010000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBF84; }

 p { color: rgb(239,191,132); }

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

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

 a { background-color: rgb(239,191,132); }

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

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

 span { border-color: rgb(239,191,132); }

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