Html Css Color HEX #EAB376 Corvette

📋 copy color: '#EAB376'

red 234 ◦ green 179 ◦ blue 118

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

Shades of Corvette #EAB376

Tints of Corvette #EAB376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.71%

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

R = 44.07%
G = 33.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB376 (or 0xEAB376) is known color: Corvette. HEX triplet: EA, B3 and 76. RGB value is (234,179,118). Sum of RGB (Red+Green+Blue) = 234+179+118=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB376 is #154C89. Grayscale: #BCBCBC. Windows color (decimal): -1395850 or 7779306. OLE color: 7779306.

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

Color convert

RGB 234 179 118 -
CMYK 0 0.24 0.50 0.08
HSL 31.55º 0.73% 0.69% -
HSV(B) 31.55º 0.5% 0.92% -
XYZ 53.32 51.04 24.18 -
YUV 188.49 88.22 160.46 -
System Red Green Blue C M Y K H S L
Decimal 234 179 118 0 0.24 0.50 0.08 31.55 0.73 0.69
Hex EA B3 76 0 18 32 8 20 49 45
Octal 352 263 166 0 30 62 10 40 111 105
Binary 11101010 10110011 1110110 0 11000 110010 1000 100000 1001001 1000101

Color Harmonies of #EAB376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB376

Black with #EAB376

Text Example


Text Example

White with #EAB376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB376; }

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

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

background-color css

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

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

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

border-color css

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

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

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