Html Css Color HEX #EAB976 Corvette

📋 copy color: '#EAB976'

red 234 ◦ green 185 ◦ blue 118

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

Shades of Corvette #EAB976

Tints of Corvette #EAB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.97%

R = 43.58%
G = 34.45%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB976 (or 0xEAB976) is known color: Corvette. HEX triplet: EA, B9 and 76. RGB value is (234,185,118). Sum of RGB (Red+Green+Blue) = 234+185+118=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB976 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB976 is #154689. Grayscale: #C0C0C0. Windows color (decimal): -1394314 or 7780842. OLE color: 7780842.

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

Color convert

RGB 234 185 118 -
CMYK 0 0.21 0.50 0.08
HSL 34.66º 0.73% 0.69% -
HSV(B) 34.66º 0.5% 0.92% -
XYZ 54.55 53.5 24.59 -
YUV 192.01 86.23 157.95 -
System Red Green Blue C M Y K H S L
Decimal 234 185 118 0 0.21 0.50 0.08 34.66 0.73 0.69
Hex EA B9 76 0 15 32 8 23 49 45
Octal 352 271 166 0 25 62 10 43 111 105
Binary 11101010 10111001 1110110 0 10101 110010 1000 100011 1001001 1000101

Color Harmonies of #EAB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB976

Black with #EAB976

Text Example


Text Example

White with #EAB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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