Html Css Color HEX #EAB676 Corvette

📋 copy color: '#EAB676'

red 234 ◦ green 182 ◦ blue 118

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

Shades of Corvette #EAB676

Tints of Corvette #EAB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.08%

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

R = 43.82%
G = 34.08%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EAB676 (or 0xEAB676) is known color: Corvette. HEX triplet: EA, B6 and 76. RGB value is (234,182,118). Sum of RGB (Red+Green+Blue) = 234+182+118=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB676 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB676 is #154989. Grayscale: #BEBEBE. Windows color (decimal): -1395082 or 7780074. OLE color: 7780074.

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

Color convert

RGB 234 182 118 -
CMYK 0 0.22 0.50 0.08
HSL 33.1º 0.73% 0.69% -
HSV(B) 33.1º 0.5% 0.92% -
XYZ 53.93 52.26 24.38 -
YUV 190.25 87.23 159.2 -
System Red Green Blue C M Y K H S L
Decimal 234 182 118 0 0.22 0.50 0.08 33.1 0.73 0.69
Hex EA B6 76 0 16 32 8 21 49 45
Octal 352 266 166 0 26 62 10 41 111 105
Binary 11101010 10110110 1110110 0 10110 110010 1000 100001 1001001 1000101

Color Harmonies of #EAB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAB676

Black with #EAB676

Text Example


Text Example

White with #EAB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAB676; }

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

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

background-color css

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

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

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

border-color css

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

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

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