Html Css Color HEX #EAB978 Corvette

📋 copy color: '#EAB978'

red 234 ◦ green 185 ◦ blue 120

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

Shades of Corvette #EAB978

Tints of Corvette #EAB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 43.41%
G = 34.32%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EAB978 (or 0xEAB978) is known color: Corvette. HEX triplet: EA, B9 and 78. RGB value is (234,185,120). Sum of RGB (Red+Green+Blue) = 234+185+120=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB978 is #154687. Grayscale: #C0C0C0. Windows color (decimal): -1394312 or 7911914. OLE color: 7911914.

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

Color convert

RGB 234 185 120 -
CMYK 0 0.21 0.49 0.08
HSL 34.21º 0.73% 0.69% -
HSV(B) 34.21º 0.49% 0.92% -
XYZ 54.67 53.55 25.22 -
YUV 192.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 234 185 120 0 0.21 0.49 0.08 34.21 0.73 0.69
Hex EA B9 78 0 15 31 8 22 49 45
Octal 352 271 170 0 25 61 10 42 111 105
Binary 11101010 10111001 1111000 0 10101 110001 1000 100010 1001001 1000101

Color Harmonies of #EAB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB978

Black with #EAB978

Text Example


Text Example

White with #EAB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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