Html Css Color HEX #EAB977 Corvette

📋 copy color: '#EAB977'

red 234 ◦ green 185 ◦ blue 119

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

Shades of Corvette #EAB977

Tints of Corvette #EAB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.12%

R = 43.49%
G = 34.39%
B = 22.12%

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

#EAB977 (or 0xEAB977) is known color: Corvette. HEX triplet: EA, B9 and 77. RGB value is (234,185,119). Sum of RGB (Red+Green+Blue) = 234+185+119=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 119 (46.88% from 255 or 22.12% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB977 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB977 is #154688. Grayscale: #C0C0C0. Windows color (decimal): -1394313 or 7846378. OLE color: 7846378.

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

Color convert

RGB 234 185 119 -
CMYK 0 0.21 0.49 0.08
HSL 34.43º 0.73% 0.69% -
HSV(B) 34.43º 0.49% 0.92% -
XYZ 54.61 53.52 24.91 -
YUV 192.13 86.73 157.87 -
System Red Green Blue C M Y K H S L
Decimal 234 185 119 0 0.21 0.49 0.08 34.43 0.73 0.69
Hex EA B9 77 0 15 31 8 22 49 45
Octal 352 271 167 0 25 61 10 42 111 105
Binary 11101010 10111001 1110111 0 10101 110001 1000 100010 1001001 1000101

Color Harmonies of #EAB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB977

Black with #EAB977

Text Example


Text Example

White with #EAB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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