#EBB58A

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

Shades of Corvette #EBB58A

Tints of Corvette #EBB58A

Color information

#EBB58A (or 0xEBB58A) is unknown color: approx Corvette. HEX triplet: EB, B5 and 8A. RGB value is (235,181,138). Sum of RGB (Red+Green+Blue) = 235+181+138=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 181 (71.09% from 255 or 32.67% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB58A is #144A75. Grayscale: #C0C0C0. Windows color (decimal): -1329782 or 9090539. OLE color: 9090539.

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

Color convert

RGB235181138-
CMYK00.230.410.08
HSL26.6º70.8%73.14%-
HSV(B)26.6º41.28%92.16%-
XYZ55.3752.5431.27-
YUV192.2497.39158.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 181 (71.09% from 255) = 32.67%
BLUE value IS 138 (54.30% from 255) = 24.91%
R=42.42%
G=32.67%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518113800.230.410.0826.670.873.14
HexEBB58A0172981b4749
Octal353265212027511033107111
Binary11101011101101011000101001011110100110001101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB58A; }

 p { color: rgb(235,181,138); }

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

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

 a { background-color: rgb(235,181,138); }

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

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

 span { border-color: rgb(235,181,138); }

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