#EAB685

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

Shades of Corvette #EAB685

Tints of Corvette #EAB685

Color information

#EAB685 (or 0xEAB685) is unknown color: approx Corvette. HEX triplet: EA, B6 and 85. RGB value is (234,182,133). Sum of RGB (Red+Green+Blue) = 234+182+133=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB685 is #15497A. Grayscale: #C0C0C0. Windows color (decimal): -1395067 or 8763114. OLE color: 8763114.

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

Color convert

RGB234182133-
CMYK00.220.430.08
HSL29.11º70.63%71.96%-
HSV(B)29.11º43.16%91.76%-
XYZ54.8952.6429.46-
YUV191.9694.73157.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 133 (52.34% from 255) = 24.23%
R=42.62%
G=33.15%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23418213300.220.430.0829.1170.6371.96
HexEAB6850162B81d4748
Octal352266205026531035107110
Binary11101010101101101000010101011010101110001110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAB685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAB685; }

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

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

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

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

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

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

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

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