#EFB77A

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

Shades of Corvette #EFB77A

Tints of Corvette #EFB77A

Color information

#EFB77A (or 0xEFB77A) is unknown color: approx Corvette. HEX triplet: EF, B7 and 7A. RGB value is (239,183,122). Sum of RGB (Red+Green+Blue) = 239+183+122=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB77A is #104885. Grayscale: #C1C1C1. Windows color (decimal): -1067142 or 8042479. OLE color: 8042479.

HSL color Cylindrical-coordinate representation of color #EFB77A: hue angle of 31.28º degrees, saturation: 0.79, 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 #EFB77A is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB239183122-
CMYK00.230.490.06
HSL31.28º78.52%70.78%-
HSV(B)31.28º48.95%93.73%-
XYZ56.0453.6225.81-
YUV192.7988.05160.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 183 (71.88% from 255) = 33.64%
BLUE value IS 122 (48.05% from 255) = 22.43%
R=43.93%
G=33.64%
B=22.43%

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
Decimal23918312200.230.490.0631.2878.5270.78
HexEFB77A0173161f4f47
Octal35726717202761637117107
Binary111011111011011111110100101111100011101111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB77A; }

 p { color: rgb(239,183,122); }

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

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

 a { background-color: rgb(239,183,122); }

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

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

 span { border-color: rgb(239,183,122); }

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