Html Css Color HEX #E6864D Flamenco

📋 copy color: '#E6864D'

red 230 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #E6864D

Tints of Flamenco #E6864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 52.15%
G = 30.39%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6864D (or 0xE6864D) is known color: Flamenco. HEX triplet: E6, 86 and 4D. RGB value is (230,134,77). Sum of RGB (Red+Green+Blue) = 230+134+77=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6864D is #1979B2. Grayscale: #9C9C9C. Windows color (decimal): -1669555 or 5080806. OLE color: 5080806.

HSL color Cylindrical-coordinate representation of color #E6864D: hue angle of 22.35º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6864D is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 77 -
CMYK 0 0.42 0.67 0.10
HSL 22.35º 0.75% 0.6% -
HSV(B) 22.35º 0.67% 0.9% -
XYZ 42.5 34.41 11.42 -
YUV 156.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 230 134 77 0 0.42 0.67 0.10 22.35 0.75 0.6
Hex E6 86 4D 0 2A 43 A 16 4B 3C
Octal 346 206 115 0 52 103 12 26 113 74
Binary 11100110 10000110 1001101 0 101010 1000011 1010 10110 1001011 111100

Color Harmonies of #E6864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6864D

Black with #E6864D

Text Example


Text Example

White with #E6864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6864D; }

 p { color: rgb(230,134,77); }

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

background-color css

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

 a { background-color: rgb(230,134,77); }

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

border-color css

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

 span { border-color: rgb(230,134,77); }

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