Html Css Color HEX #E6864A Flamenco

📋 copy color: '#E6864A'

red 230 ◦ green 134 ◦ blue 74

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

Shades of Flamenco #E6864A

Tints of Flamenco #E6864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 52.51%
G = 30.59%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6864A (or 0xE6864A) is known color: Flamenco. HEX triplet: E6, 86 and 4A. RGB value is (230,134,74). Sum of RGB (Red+Green+Blue) = 230+134+74=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6864A is #1979B5. Grayscale: #9C9C9C. Windows color (decimal): -1669558 or 4884198. OLE color: 4884198.

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

Color convert

RGB 230 134 74 -
CMYK 0 0.42 0.68 0.10
HSL 23.08º 0.76% 0.6% -
HSV(B) 23.08º 0.68% 0.9% -
XYZ 42.39 34.37 10.88 -
YUV 155.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 230 134 74 0 0.42 0.68 0.10 23.08 0.76 0.6
Hex E6 86 4A 0 2A 44 A 17 4C 3C
Octal 346 206 112 0 52 104 12 27 114 74
Binary 11100110 10000110 1001010 0 101010 1000100 1010 10111 1001100 111100

Color Harmonies of #E6864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6864A

Black with #E6864A

Text Example


Text Example

White with #E6864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6864A; }

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

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

background-color css

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

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

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

border-color css

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

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

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