Html Css Color HEX #EAB979 Corvette

📋 copy color: '#EAB979'

red 234 ◦ green 185 ◦ blue 121

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

Shades of Corvette #EAB979

Tints of Corvette #EAB979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 43.33%
G = 34.26%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAB979 (or 0xEAB979) is known color: Corvette. HEX triplet: EA, B9 and 79. RGB value is (234,185,121). Sum of RGB (Red+Green+Blue) = 234+185+121=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB979 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB979 is #154686. Grayscale: #C0C0C0. Windows color (decimal): -1394311 or 7977450. OLE color: 7977450.

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

Color convert

RGB 234 185 121 -
CMYK 0 0.21 0.48 0.08
HSL 33.98º 0.73% 0.7% -
HSV(B) 33.98º 0.48% 0.92% -
XYZ 54.73 53.57 25.54 -
YUV 192.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 234 185 121 0 0.21 0.48 0.08 33.98 0.73 0.7
Hex EA B9 79 0 15 30 8 22 49 46
Octal 352 271 171 0 25 60 10 42 111 106
Binary 11101010 10111001 1111001 0 10101 110000 1000 100010 1001001 1000110

Color Harmonies of #EAB979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB979

Black with #EAB979

Text Example


Text Example

White with #EAB979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB979; }

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

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

background-color css

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

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

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

border-color css

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

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

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