#EABA85

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

Shades of Corvette #EABA85

Tints of Corvette #EABA85

Color information

#EABA85 (or 0xEABA85) is unknown color: approx Corvette. HEX triplet: EA, BA and 85. RGB value is (234,186,133). Sum of RGB (Red+Green+Blue) = 234+186+133=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EABA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABA85 is #15457A. Grayscale: #C2C2C2. Windows color (decimal): -1394043 or 8764138. OLE color: 8764138.

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

Color convert

RGB234186133-
CMYK00.210.430.08
HSL31.49º70.63%71.96%-
HSV(B)31.49º43.16%91.76%-
XYZ55.7254.329.73-
YUV194.3193.4156.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 186 (73.05% from 255) = 33.63%
BLUE value IS 133 (52.34% from 255) = 24.05%
R=42.31%
G=33.63%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418613300.210.430.0831.4970.6371.96
HexEABA850152B81f4748
Octal352272205025531037107110
Binary11101010101110101000010101010110101110001111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABA85; }

 p { color: rgb(234,186,133); }

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

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

 a { background-color: rgb(234,186,133); }

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

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

 span { border-color: rgb(234,186,133); }

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