#EBB484

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

Shades of Corvette #EBB484

Tints of Corvette #EBB484

Color information

#EBB484 (or 0xEBB484) is unknown color: approx Corvette. HEX triplet: EB, B4 and 84. RGB value is (235,180,132). Sum of RGB (Red+Green+Blue) = 235+180+132=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 132 (51.95% from 255 or 24.13% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB484 is #144B7B. Grayscale: #BFBFBF. Windows color (decimal): -1330044 or 8697067. OLE color: 8697067.

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

Color convert

RGB235180132-
CMYK00.230.440.08
HSL27.96º72.03%71.96%-
HSV(B)27.96º43.83%92.16%-
XYZ54.7551.9728.98-
YUV190.9794.72159.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 132 (51.95% from 255) = 24.13%
R=42.96%
G=32.91%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518013200.230.440.0827.9672.0371.96
HexEBB4840172C81c4848
Octal353264204027541034110110
Binary11101011101101001000010001011110110010001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB484; }

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

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

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

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

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

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

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

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