Html Css Color HEX #E6BA7A Corvette

📋 copy color: '#E6BA7A'

red 230 ◦ green 186 ◦ blue 122

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

Shades of Corvette #E6BA7A

Tints of Corvette #E6BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.68%

R = 42.75%
G = 34.57%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6BA7A (or 0xE6BA7A) is known color: Corvette. HEX triplet: E6, BA and 7A. RGB value is (230,186,122). Sum of RGB (Red+Green+Blue) = 230+186+122=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 122 (48.05% from 255 or 22.68% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA7A is #194585. Grayscale: #C0C0C0. Windows color (decimal): -1656198 or 8043238. OLE color: 8043238.

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

Color convert

RGB 230 186 122 -
CMYK 0 0.19 0.47 0.10
HSL 35.56º 0.68% 0.69% -
HSV(B) 35.56º 0.47% 0.9% -
XYZ 53.7 53.35 25.88 -
YUV 191.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 230 186 122 0 0.19 0.47 0.10 35.56 0.68 0.69
Hex E6 BA 7A 0 13 2F A 24 44 45
Octal 346 272 172 0 23 57 12 44 104 105
Binary 11100110 10111010 1111010 0 10011 101111 1010 100100 1000100 1000101

Color Harmonies of #E6BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA7A

Black with #E6BA7A

Text Example


Text Example

White with #E6BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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