Html Css Color HEX #E8B980 Corvette

📋 copy color: '#E8B980'

red 232 ◦ green 185 ◦ blue 128

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

Shades of Corvette #E8B980

Tints of Corvette #E8B980

RGB

 RED value IS 232 (91.02% from 255) = 42.57%

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

 BLUE value IS 128 (50.39% from 255) = 23.49%

R = 42.57%
G = 33.94%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E8B980 (or 0xE8B980) is known color: Corvette. HEX triplet: E8, B9 and 80. RGB value is (232,185,128). Sum of RGB (Red+Green+Blue) = 232+185+128=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 128 (50.39% from 255 or 23.49% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B980 is #17467F. Grayscale: #C0C0C0. Windows color (decimal): -1525376 or 8436200. OLE color: 8436200.

HSL color Cylindrical-coordinate representation of color #E8B980: hue angle of 32.88º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E8B980 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 185 128 -
CMYK 0 0.20 0.45 0.09
HSL 32.88º 0.69% 0.71% -
HSV(B) 32.88º 0.45% 0.91% -
XYZ 54.52 53.41 27.86 -
YUV 192.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 232 185 128 0 0.20 0.45 0.09 32.88 0.69 0.71
Hex E8 B9 80 0 14 2D 9 21 45 47
Octal 350 271 200 0 24 55 11 41 105 107
Binary 11101000 10111001 10000000 0 10100 101101 1001 100001 1000101 1000111

Color Harmonies of #E8B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8B980

Black with #E8B980

Text Example


Text Example

White with #E8B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8B980; }

 p { color: rgb(232,185,128); }

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

background-color css

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

 a { background-color: rgb(232,185,128); }

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

border-color css

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

 span { border-color: rgb(232,185,128); }

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