Html Css Color HEX #E6BA7B Corvette

📋 copy color: '#E6BA7B'

red 230 ◦ green 186 ◦ blue 123

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

Shades of Corvette #E6BA7B

Tints of Corvette #E6BA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.82%

R = 42.67%
G = 34.51%
B = 22.82%

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

#E6BA7B (or 0xE6BA7B) is known color: Corvette. HEX triplet: E6, BA and 7B. RGB value is (230,186,123). Sum of RGB (Red+Green+Blue) = 230+186+123=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BA7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BA7B is #194584. Grayscale: #C0C0C0. Windows color (decimal): -1656197 or 8108774. OLE color: 8108774.

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

Color convert

RGB 230 186 123 -
CMYK 0 0.19 0.47 0.10
HSL 35.33º 0.68% 0.69% -
HSV(B) 35.33º 0.47% 0.9% -
XYZ 53.77 53.37 26.21 -
YUV 191.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 230 186 123 0 0.19 0.47 0.10 35.33 0.68 0.69
Hex E6 BA 7B 0 13 2F A 23 44 45
Octal 346 272 173 0 23 57 12 43 104 105
Binary 11100110 10111010 1111011 0 10011 101111 1010 100011 1000100 1000101

Color Harmonies of #E6BA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BA7B

Black with #E6BA7B

Text Example


Text Example

White with #E6BA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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