#EBB88A

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

Shades of Corvette #EBB88A

Tints of Corvette #EBB88A

Color information

#EBB88A (or 0xEBB88A) is unknown color: approx Corvette. HEX triplet: EB, B8 and 8A. RGB value is (235,184,138). Sum of RGB (Red+Green+Blue) = 235+184+138=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 138 (54.30% from 255 or 24.78% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB88A is #144775. Grayscale: #C2C2C2. Windows color (decimal): -1329014 or 9091307. OLE color: 9091307.

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

Color convert

RGB235184138-
CMYK00.220.410.08
HSL28.45º70.8%73.14%-
HSV(B)28.45º41.28%92.16%-
XYZ55.9953.7831.47-
YUV19496.4157.24-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 184 (72.27% from 255) = 33.03%
BLUE value IS 138 (54.30% from 255) = 24.78%
R=42.19%
G=33.03%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518413800.220.410.0828.4570.873.14
HexEBB88A0162981c4749
Octal353270212026511034107111
Binary11101011101110001000101001011010100110001110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB88A; }

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

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

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

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

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

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

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

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