Html Css Color HEX #EAB98C Corvette

📋 copy color: '#EAB98C'

red 234 ◦ green 185 ◦ blue 140

#EAB98C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corvette #EAB98C

Tints of Corvette #EAB98C

RGB

 RED value IS 234 (91.8% from 255) = 41.86%

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 140 (55.08% from 255) = 25.04%

R = 41.86%
G = 33.09%
B = 25.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAB98C (or 0xEAB98C) is known color: Corvette. HEX triplet: EA, B9 and 8C. RGB value is (234,185,140). Sum of RGB (Red+Green+Blue) = 234+185+140=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 140 (55.08% from 255 or 25.04% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB98C is #154673. Grayscale: #C2C2C2. Windows color (decimal): -1394292 or 9222634. OLE color: 9222634.

HSL color Cylindrical-coordinate representation of color #EAB98C: hue angle of 28.72º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAB98C is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 185 140 -
CMYK 0 0.21 0.40 0.08
HSL 28.72º 0.69% 0.73% -
HSV(B) 28.72º 0.4% 0.92% -
XYZ 56.01 54.08 32.3 -
YUV 194.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 234 185 140 0 0.21 0.40 0.08 28.72 0.69 0.73
Hex EA B9 8C 0 15 28 8 1D 45 49
Octal 352 271 214 0 25 50 10 35 105 111
Binary 11101010 10111001 10001100 0 10101 101000 1000 11101 1000101 1001001

Color Harmonies of #EAB98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB98C

Black with #EAB98C

Text Example


Text Example

White with #EAB98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB98C; }

 p { color: rgb(234,185,140); }

 H1.HeaderClassName
 {
   color: #EAB98C;
 }
 .AnyTagClassName
 {
   color: #EAB98C;
 }
</style>

background-color css

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

 a { background-color: rgb(234,185,140); }

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

border-color css

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

 span { border-color: rgb(234,185,140); }

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