Html Css Color HEX #EC863D Flamenco

📋 copy color: '#EC863D'

red 236 ◦ green 134 ◦ blue 61

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

Shades of Flamenco #EC863D

Tints of Flamenco #EC863D

RGB

 RED value IS 236 (92.58% from 255) = 54.76%

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

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 54.76%
G = 31.09%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC863D (or 0xEC863D) is known color: Flamenco. HEX triplet: EC, 86 and 3D. RGB value is (236,134,61). Sum of RGB (Red+Green+Blue) = 236+134+61=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC863D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC863D is #1379C2. Grayscale: #9C9C9C. Windows color (decimal): -1276355 or 4032236. OLE color: 4032236.

HSL color Cylindrical-coordinate representation of color #EC863D: hue angle of 25.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC863D is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 134 61 -
CMYK 0 0.43 0.74 0.07
HSL 25.03º 0.82% 0.58% -
HSV(B) 25.03º 0.74% 0.93% -
XYZ 43.96 35.22 8.9 -
YUV 156.18 74.29 184.94 -
System Red Green Blue C M Y K H S L
Decimal 236 134 61 0 0.43 0.74 0.07 25.03 0.82 0.58
Hex EC 86 3D 0 2B 4A 7 19 52 3A
Octal 354 206 75 0 53 112 7 31 122 72
Binary 11101100 10000110 111101 0 101011 1001010 111 11001 1010010 111010

Color Harmonies of #EC863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC863D

Black with #EC863D

Text Example


Text Example

White with #EC863D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC863D; }

 p { color: rgb(236,134,61); }

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

background-color css

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

 a { background-color: rgb(236,134,61); }

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

border-color css

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

 span { border-color: rgb(236,134,61); }

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