#EBB976

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

Shades of Corvette #EBB976

Tints of Corvette #EBB976

Color information

#EBB976 (or 0xEBB976) is unknown color: approx Corvette. HEX triplet: EB, B9 and 76. RGB value is (235,185,118). Sum of RGB (Red+Green+Blue) = 235+185+118=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB976 is #144689. Grayscale: #C0C0C0. Windows color (decimal): -1328778 or 7780843. OLE color: 7780843.

HSL color Cylindrical-coordinate representation of color #EBB976: hue angle of 34.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBB976 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB235185118-
CMYK00.210.500.08
HSL34.36º74.52%69.22%-
HSV(B)34.36º49.79%92.16%-
XYZ54.8853.6724.61-
YUV192.3186.06158.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 118 (46.48% from 255) = 21.93%
R=43.68%
G=34.39%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518511800.210.500.0834.3674.5269.22
HexEBB976015328224b45
Octal353271166025621042113105
Binary11101011101110011110110010101110010100010001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB976; }

 p { color: rgb(235,185,118); }

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

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

 a { background-color: rgb(235,185,118); }

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

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

 span { border-color: rgb(235,185,118); }

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