#EBB779

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

Shades of Corvette #EBB779

Tints of Corvette #EBB779

Color information

#EBB779 (or 0xEBB779) is unknown color: approx Corvette. HEX triplet: EB, B7 and 79. RGB value is (235,183,121). Sum of RGB (Red+Green+Blue) = 235+183+121=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 183 (71.88% from 255 or 33.95% from 539); Blue value is 121 (47.66% from 255 or 22.45% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB779 is #144886. Grayscale: #BFBFBF. Windows color (decimal): -1329287 or 7976939. OLE color: 7976939.

HSL color Cylindrical-coordinate representation of color #EBB779: hue angle of 32.63º 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 #EBB779 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB235183121-
CMYK00.220.490.08
HSL32.63º74.03%69.8%-
HSV(B)32.63º48.51%92.16%-
XYZ54.6552.9125.42-
YUV191.4888.23159.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 183 (71.88% from 255) = 33.95%
BLUE value IS 121 (47.66% from 255) = 22.45%
R=43.60%
G=33.95%
B=22.45%

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
Decimal23518312100.220.490.0832.6374.0369.8
HexEBB779016318214a46
Octal353267171026611041112106
Binary11101011101101111111001010110110001100010000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB779; }

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

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

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

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

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

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

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

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