#EBBC84

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

Shades of Corvette #EBBC84

Tints of Corvette #EBBC84

Color information

#EBBC84 (or 0xEBBC84) is unknown color: approx Corvette. HEX triplet: EB, BC and 84. RGB value is (235,188,132). Sum of RGB (Red+Green+Blue) = 235+188+132=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBC84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBC84 is #14437B. Grayscale: #C3C3C3. Windows color (decimal): -1327996 or 8699115. OLE color: 8699115.

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

Color convert

RGB235188132-
CMYK00.20.440.08
HSL32.62º72.03%71.96%-
HSV(B)32.62º43.83%92.16%-
XYZ56.4155.2929.53-
YUV195.6792.07156.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 132 (51.95% from 255) = 23.78%
R=42.34%
G=33.87%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518813200.20.440.0832.6272.0371.96
HexEBBC840142C8214848
Octal353274204024541041110110
Binary111010111011110010000100010100101100100010000110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBC84; }

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

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

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

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

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

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

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

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