#EBB886

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

Shades of Corvette #EBB886

Tints of Corvette #EBB886

Color information

#EBB886 (or 0xEBB886) is unknown color: approx Corvette. HEX triplet: EB, B8 and 86. RGB value is (235,184,134). Sum of RGB (Red+Green+Blue) = 235+184+134=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB886 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB886 is #144779. Grayscale: #C1C1C1. Windows color (decimal): -1329018 or 8829163. OLE color: 8829163.

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

Color convert

RGB235184134-
CMYK00.220.430.08
HSL29.7º71.63%72.35%-
HSV(B)29.7º42.98%92.16%-
XYZ55.753.6629.98-
YUV193.5594.4157.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.50%
GREEN value IS 184 (72.27% from 255) = 33.27%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=42.50%
G=33.27%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518413400.220.430.0829.771.6372.35
HexEBB8860162B81e4848
Octal353270206026531036110110
Binary11101011101110001000011001011010101110001111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB886; }

 p { color: rgb(235,184,134); }

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

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

 a { background-color: rgb(235,184,134); }

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

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

 span { border-color: rgb(235,184,134); }

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