Html Css Color HEX #E7B980 Corvette

📋 copy color: '#E7B980'

red 231 ◦ green 185 ◦ blue 128

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

Shades of Corvette #E7B980

Tints of Corvette #E7B980

RGB

 RED value IS 231 (90.63% from 255) = 42.46%

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

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

R = 42.46%
G = 34.01%
B = 23.53%

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

#E7B980 (or 0xE7B980) is known color: Corvette. HEX triplet: E7, B9 and 80. RGB value is (231,185,128). Sum of RGB (Red+Green+Blue) = 231+185+128=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B980 is #18467F. Grayscale: #C0C0C0. Windows color (decimal): -1590912 or 8436199. OLE color: 8436199.

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

Color convert

RGB 231 185 128 -
CMYK 0 0.20 0.45 0.09
HSL 33.2º 0.68% 0.7% -
HSV(B) 33.2º 0.45% 0.91% -
XYZ 54.2 53.25 27.84 -
YUV 192.26 91.74 155.63 -
System Red Green Blue C M Y K H S L
Decimal 231 185 128 0 0.20 0.45 0.09 33.2 0.68 0.7
Hex E7 B9 80 0 14 2D 9 21 44 46
Octal 347 271 200 0 24 55 11 41 104 106
Binary 11100111 10111001 10000000 0 10100 101101 1001 100001 1000100 1000110

Color Harmonies of #E7B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7B980

Black with #E7B980

Text Example


Text Example

White with #E7B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7B980; }

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

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

background-color css

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

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

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

border-color css

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

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

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