#EBBD84

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

Shades of Corvette #EBBD84

Tints of Corvette #EBBD84

Color information

#EBBD84 (or 0xEBBD84) is unknown color: approx Corvette. HEX triplet: EB, BD and 84. RGB value is (235,189,132). Sum of RGB (Red+Green+Blue) = 235+189+132=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 132 (51.95% from 255 or 23.74% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD84 is #14427B. Grayscale: #C4C4C4. Windows color (decimal): -1327740 or 8699371. OLE color: 8699371.

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

Color convert

RGB235189132-
CMYK00.200.440.08
HSL33.2º72.03%71.96%-
HSV(B)33.2º43.83%92.16%-
XYZ56.6255.7229.6-
YUV196.2691.74155.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 132 (51.95% from 255) = 23.74%
R=42.27%
G=33.99%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518913200.200.440.0833.272.0371.96
HexEBBD840142C8214848
Octal353275204024541041110110
Binary111010111011110110000100010100101100100010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD84; }

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

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

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

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

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

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

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

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