Html Css Color HEX #E6BA7E Corvette

📋 copy color: '#E6BA7E'

red 230 ◦ green 186 ◦ blue 126

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

Shades of Corvette #E6BA7E

Tints of Corvette #E6BA7E

RGB

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

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

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

R = 42.44%
G = 34.32%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6BA7E (or 0xE6BA7E) is known color: Corvette. HEX triplet: E6, BA and 7E. RGB value is (230,186,126). Sum of RGB (Red+Green+Blue) = 230+186+126=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA7E is #194581. Grayscale: #C0C0C0. Windows color (decimal): -1656194 or 8305382. OLE color: 8305382.

HSL color Cylindrical-coordinate representation of color #E6BA7E: hue angle of 34.62º 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 #E6BA7E is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 186 126 -
CMYK 0 0.19 0.45 0.10
HSL 34.62º 0.68% 0.7% -
HSV(B) 34.62º 0.45% 0.9% -
XYZ 53.96 53.45 27.21 -
YUV 192.32 90.58 154.88 -
System Red Green Blue C M Y K H S L
Decimal 230 186 126 0 0.19 0.45 0.10 34.62 0.68 0.7
Hex E6 BA 7E 0 13 2D A 23 44 46
Octal 346 272 176 0 23 55 12 43 104 106
Binary 11100110 10111010 1111110 0 10011 101101 1010 100011 1000100 1000110

Color Harmonies of #E6BA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA7E

Black with #E6BA7E

Text Example


Text Example

White with #E6BA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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