Html Css Color HEX #E6B97E Corvette

📋 copy color: '#E6B97E'

red 230 ◦ green 185 ◦ blue 126

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

Shades of Corvette #E6B97E

Tints of Corvette #E6B97E

RGB

 RED value IS 230 (90.23% from 255) = 42.51%

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

 BLUE value IS 126 (49.61% from 255) = 23.29%

R = 42.51%
G = 34.2%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6B97E (or 0xE6B97E) is known color: Corvette. HEX triplet: E6, B9 and 7E. RGB value is (230,185,126). Sum of RGB (Red+Green+Blue) = 230+185+126=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B97E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6B97E is #194681. Grayscale: #C0C0C0. Windows color (decimal): -1656450 or 8305126. OLE color: 8305126.

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

Color convert

RGB 230 185 126 -
CMYK 0 0.20 0.45 0.10
HSL 34.04º 0.68% 0.7% -
HSV(B) 34.04º 0.45% 0.9% -
XYZ 53.75 53.03 27.14 -
YUV 191.73 90.91 155.3 -
System Red Green Blue C M Y K H S L
Decimal 230 185 126 0 0.20 0.45 0.10 34.04 0.68 0.7
Hex E6 B9 7E 0 14 2D A 22 44 46
Octal 346 271 176 0 24 55 12 42 104 106
Binary 11100110 10111001 1111110 0 10100 101101 1010 100010 1000100 1000110

Color Harmonies of #E6B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6B97E

Black with #E6B97E

Text Example


Text Example

White with #E6B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6B97E; }

 p { color: rgb(230,185,126); }

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

background-color css

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

 a { background-color: rgb(230,185,126); }

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

border-color css

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

 span { border-color: rgb(230,185,126); }

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