#EBB983

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

Shades of Corvette #EBB983

Tints of Corvette #EBB983

Color information

#EBB983 (or 0xEBB983) is unknown color: approx Corvette. HEX triplet: EB, B9 and 83. RGB value is (235,185,131). Sum of RGB (Red+Green+Blue) = 235+185+131=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB983 is #14467C. Grayscale: #C2C2C2. Windows color (decimal): -1328765 or 8632811. OLE color: 8632811.

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

Color convert

RGB235185131-
CMYK00.210.440.08
HSL31.15º72.22%71.76%-
HSV(B)31.15º44.26%92.16%-
XYZ55.715428.96-
YUV193.7992.56157.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.65%
GREEN value IS 185 (72.66% from 255) = 33.58%
BLUE value IS 131 (51.56% from 255) = 23.77%
R=42.65%
G=33.58%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518513100.210.440.0831.1572.2271.76
HexEBB9830152C81f4848
Octal353271203025541037110110
Binary11101011101110011000001101010110110010001111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB983; }

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

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

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

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

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

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

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

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