#EFB97B

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

Shades of Corvette #EFB97B

Tints of Corvette #EFB97B

Color information

#EFB97B (or 0xEFB97B) is unknown color: approx Corvette. HEX triplet: EF, B9 and 7B. RGB value is (239,185,123). Sum of RGB (Red+Green+Blue) = 239+185+123=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 185 (72.66% from 255 or 33.82% from 547); Blue value is 123 (48.44% from 255 or 22.49% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB97B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB97B is #104684. Grayscale: #C2C2C2. Windows color (decimal): -1066629 or 8108527. OLE color: 8108527.

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

Color convert

RGB239185123-
CMYK00.230.490.06
HSL32.07º78.38%70.98%-
HSV(B)32.07º48.54%93.73%-
XYZ56.5254.4826.28-
YUV194.0887.89160.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 185 (72.66% from 255) = 33.82%
BLUE value IS 123 (48.44% from 255) = 22.49%
R=43.69%
G=33.82%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918512300.230.490.0632.0778.3870.98
HexEFB97B017316204e47
Octal35727117302761640116107
Binary1110111110111001111101101011111000111010000010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB97B; }

 p { color: rgb(239,185,123); }

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

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

 a { background-color: rgb(239,185,123); }

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

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

 span { border-color: rgb(239,185,123); }

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