Html Css Color HEX #E6864B Flamenco

📋 copy color: '#E6864B'

red 230 ◦ green 134 ◦ blue 75

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

Shades of Flamenco #E6864B

Tints of Flamenco #E6864B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 52.39%
G = 30.52%
B = 17.08%

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

#E6864B (or 0xE6864B) is known color: Flamenco. HEX triplet: E6, 86 and 4B. RGB value is (230,134,75). Sum of RGB (Red+Green+Blue) = 230+134+75=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6864B is #1979B4. Grayscale: #9C9C9C. Windows color (decimal): -1669557 or 4949734. OLE color: 4949734.

HSL color Cylindrical-coordinate representation of color #E6864B: hue angle of 22.84º degrees, saturation: 0.76, 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 #E6864B is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 75 -
CMYK 0 0.42 0.67 0.10
HSL 22.84º 0.76% 0.6% -
HSV(B) 22.84º 0.67% 0.9% -
XYZ 42.43 34.38 11.06 -
YUV 155.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 230 134 75 0 0.42 0.67 0.10 22.84 0.76 0.6
Hex E6 86 4B 0 2A 43 A 17 4C 3C
Octal 346 206 113 0 52 103 12 27 114 74
Binary 11100110 10000110 1001011 0 101010 1000011 1010 10111 1001100 111100

Color Harmonies of #E6864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6864B

Black with #E6864B

Text Example


Text Example

White with #E6864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6864B; }

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

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

background-color css

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

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

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

border-color css

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

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

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