#EBBD80

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

Shades of Corvette #EBBD80

Tints of Corvette #EBBD80

Color information

#EBBD80 (or 0xEBBD80) is unknown color: approx Corvette. HEX triplet: EB, BD and 80. RGB value is (235,189,128). Sum of RGB (Red+Green+Blue) = 235+189+128=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD80 is #14427F. Grayscale: #C4C4C4. Windows color (decimal): -1327744 or 8437227. OLE color: 8437227.

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

Color convert

RGB235189128-
CMYK00.200.460.08
HSL34.21º72.79%71.18%-
HSV(B)34.21º45.53%92.16%-
XYZ56.3555.6228.19-
YUV195.889.74155.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 189 (74.22% from 255) = 34.24%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=42.57%
G=34.24%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518912800.200.460.0834.2172.7971.18
HexEBBD800142E8224947
Octal353275200024561042111107
Binary111010111011110110000000010100101110100010001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD80; }

 p { color: rgb(235,189,128); }

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

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

 a { background-color: rgb(235,189,128); }

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

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

 span { border-color: rgb(235,189,128); }

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