#EBB981

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

Shades of Corvette #EBB981

Tints of Corvette #EBB981

Color information

#EBB981 (or 0xEBB981) is unknown color: approx Corvette. HEX triplet: EB, B9 and 81. RGB value is (235,185,129). Sum of RGB (Red+Green+Blue) = 235+185+129=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 129 (50.78% from 255 or 23.50% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB981 is #14467E. Grayscale: #C1C1C1. Windows color (decimal): -1328767 or 8501739. OLE color: 8501739.

HSL color Cylindrical-coordinate representation of color #EBB981: hue angle of 31.7º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EBB981 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB235185129-
CMYK00.210.450.08
HSL31.7º72.6%71.37%-
HSV(B)31.7º45.11%92.16%-
XYZ55.5753.9528.25-
YUV193.5791.56157.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 129 (50.78% from 255) = 23.50%
R=42.81%
G=33.70%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518512900.210.450.0831.772.671.37
HexEBB9810152D8204947
Octal353271201025551040111107
Binary111010111011100110000001010101101101100010000010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB981; }

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

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

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

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

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

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

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

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