Html Css Color HEX #EC844A Flamenco

📋 copy color: '#EC844A'

red 236 ◦ green 132 ◦ blue 74

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

Shades of Flamenco #EC844A

Tints of Flamenco #EC844A

RGB

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

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

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

R = 53.39%
G = 29.86%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC844A (or 0xEC844A) is known color: Flamenco. HEX triplet: EC, 84 and 4A. RGB value is (236,132,74). Sum of RGB (Red+Green+Blue) = 236+132+74=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 132 (51.95% from 255 or 29.86% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC844A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC844A is #137BB5. Grayscale: #9C9C9C. Windows color (decimal): -1276854 or 4883692. OLE color: 4883692.

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

Color convert

RGB 236 132 74 -
CMYK 0 0.44 0.69 0.07
HSL 21.48º 0.81% 0.61% -
HSV(B) 21.48º 0.69% 0.93% -
XYZ 44.08 34.83 10.88 -
YUV 156.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 236 132 74 0 0.44 0.69 0.07 21.48 0.81 0.61
Hex EC 84 4A 0 2C 45 7 15 51 3D
Octal 354 204 112 0 54 105 7 25 121 75
Binary 11101100 10000100 1001010 0 101100 1000101 111 10101 1010001 111101

Color Harmonies of #EC844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC844A

Black with #EC844A

Text Example


Text Example

White with #EC844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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