#EFBB7D

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

Shades of Corvette #EFBB7D

Tints of Corvette #EFBB7D

Color information

#EFBB7D (or 0xEFBB7D) is unknown color: approx Corvette. HEX triplet: EF, BB and 7D. RGB value is (239,187,125). Sum of RGB (Red+Green+Blue) = 239+187+125=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBB7D is #104482. Grayscale: #C3C3C3. Windows color (decimal): -1066115 or 8240111. OLE color: 8240111.

HSL color Cylindrical-coordinate representation of color #EFBB7D: hue angle of 32.63º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EFBB7D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB239187125-
CMYK00.220.480.06
HSL32.63º78.08%71.37%-
HSV(B)32.63º47.7%93.73%-
XYZ57.0755.3727.08-
YUV195.4888.23159.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 187 (73.44% from 255) = 33.94%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=43.38%
G=33.94%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918712500.220.480.0632.6378.0871.37
HexEFBB7D016306214e47
Octal35727317502660641116107
Binary1110111110111011111110101011011000011010000110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBB7D; }

 p { color: rgb(239,187,125); }

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

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

 a { background-color: rgb(239,187,125); }

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

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

 span { border-color: rgb(239,187,125); }

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