#EBBD85

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

Shades of Corvette #EBBD85

Tints of Corvette #EBBD85

Color information

#EBBD85 (or 0xEBBD85) is unknown color: approx Corvette. HEX triplet: EB, BD and 85. RGB value is (235,189,133). Sum of RGB (Red+Green+Blue) = 235+189+133=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD85 is #14427A. Grayscale: #C4C4C4. Windows color (decimal): -1327739 or 8764907. OLE color: 8764907.

HSL color Cylindrical-coordinate representation of color #EBBD85: hue angle of 32.94º 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 #EBBD85 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235189133-
CMYK00.200.430.08
HSL32.94º71.83%72.16%-
HSV(B)32.94º43.4%92.16%-
XYZ56.6955.7529.96-
YUV196.3792.24155.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=42.19%
G=33.93%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913300.200.430.0832.9471.8372.16
HexEBBD850142B8214848
Octal353275205024531041110110
Binary111010111011110110000101010100101011100010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD85; }

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

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

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

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

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

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

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

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