Html Css Color HEX #E7BA86 Corvette

📋 copy color: '#E7BA86'

red 231 ◦ green 186 ◦ blue 134

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

Shades of Corvette #E7BA86

Tints of Corvette #E7BA86

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.76%

 BLUE value IS 134 (52.73% from 255) = 24.32%

R = 41.92%
G = 33.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E7BA86 (or 0xE7BA86) is known color: Corvette. HEX triplet: E7, BA and 86. RGB value is (231,186,134). Sum of RGB (Red+Green+Blue) = 231+186+134=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 134 (52.73% from 255 or 24.32% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7BA86 is #184579. Grayscale: #C1C1C1. Windows color (decimal): -1590650 or 8829671. OLE color: 8829671.

HSL color Cylindrical-coordinate representation of color #E7BA86: hue angle of 32.16º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7BA86 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 186 134 -
CMYK 0 0.19 0.42 0.09
HSL 32.16º 0.67% 0.72% -
HSV(B) 32.16º 0.42% 0.91% -
XYZ 54.82 53.83 30.05 -
YUV 193.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 231 186 134 0 0.19 0.42 0.09 32.16 0.67 0.72
Hex E7 BA 86 0 13 2A 9 20 43 48
Octal 347 272 206 0 23 52 11 40 103 110
Binary 11100111 10111010 10000110 0 10011 101010 1001 100000 1000011 1001000

Color Harmonies of #E7BA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BA86

Black with #E7BA86

Text Example


Text Example

White with #E7BA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BA86; }

 p { color: rgb(231,186,134); }

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

background-color css

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

 a { background-color: rgb(231,186,134); }

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

border-color css

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

 span { border-color: rgb(231,186,134); }

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