#EBB778

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

Shades of Corvette #EBB778

Tints of Corvette #EBB778

Color information

#EBB778 (or 0xEBB778) is unknown color: approx Corvette. HEX triplet: EB, B7 and 78. RGB value is (235,183,120). Sum of RGB (Red+Green+Blue) = 235+183+120=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB778 is #144887. Grayscale: #BFBFBF. Windows color (decimal): -1329288 or 7911403. OLE color: 7911403.

HSL color Cylindrical-coordinate representation of color #EBB778: hue angle of 32.87º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBB778 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235183120-
CMYK00.220.490.08
HSL32.87º74.19%69.61%-
HSV(B)32.87º48.94%92.16%-
XYZ54.5852.8925.1-
YUV191.3787.73159.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 120 (47.27% from 255) = 22.30%
R=43.68%
G=34.01%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518312000.220.490.0832.8774.1969.61
HexEBB778016318214a46
Octal353267170026611041112106
Binary11101011101101111111000010110110001100010000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB778; }

 p { color: rgb(235,183,120); }

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

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

 a { background-color: rgb(235,183,120); }

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

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

 span { border-color: rgb(235,183,120); }

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