Html Css Color HEX #EC844D Flamenco

📋 copy color: '#EC844D'

red 236 ◦ green 132 ◦ blue 77

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

Shades of Flamenco #EC844D

Tints of Flamenco #EC844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.66%

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

R = 53.03%
G = 29.66%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC844D (or 0xEC844D) is known color: Flamenco. HEX triplet: EC, 84 and 4D. RGB value is (236,132,77). Sum of RGB (Red+Green+Blue) = 236+132+77=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC844D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC844D is #137BB2. Grayscale: #9D9D9D. Windows color (decimal): -1276851 or 5080300. OLE color: 5080300.

HSL color Cylindrical-coordinate representation of color #EC844D: hue angle of 20.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC844D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 77 -
CMYK 0 0.44 0.67 0.07
HSL 20.75º 0.81% 0.61% -
HSV(B) 20.75º 0.67% 0.93% -
XYZ 44.18 34.87 11.42 -
YUV 156.83 82.96 184.47 -
System Red Green Blue C M Y K H S L
Decimal 236 132 77 0 0.44 0.67 0.07 20.75 0.81 0.61
Hex EC 84 4D 0 2C 43 7 15 51 3D
Octal 354 204 115 0 54 103 7 25 121 75
Binary 11101100 10000100 1001101 0 101100 1000011 111 10101 1010001 111101

Color Harmonies of #EC844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC844D

Black with #EC844D

Text Example


Text Example

White with #EC844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC844D; }

 p { color: rgb(236,132,77); }

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

background-color css

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

 a { background-color: rgb(236,132,77); }

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

border-color css

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

 span { border-color: rgb(236,132,77); }

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