Html Css Color HEX #EC854A Flamenco

📋 copy color: '#EC854A'

red 236 ◦ green 133 ◦ blue 74

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

Shades of Flamenco #EC854A

Tints of Flamenco #EC854A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

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

R = 53.27%
G = 30.02%
B = 16.7%

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

#EC854A (or 0xEC854A) is known color: Flamenco. HEX triplet: EC, 85 and 4A. RGB value is (236,133,74). Sum of RGB (Red+Green+Blue) = 236+133+74=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC854A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC854A is #137AB5. Grayscale: #9D9D9D. Windows color (decimal): -1276598 or 4883948. OLE color: 4883948.

HSL color Cylindrical-coordinate representation of color #EC854A: hue angle of 21.85º 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 #EC854A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 74 -
CMYK 0 0.44 0.69 0.07
HSL 21.85º 0.81% 0.61% -
HSV(B) 21.85º 0.69% 0.93% -
XYZ 44.22 35.1 10.92 -
YUV 157.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 236 133 74 0 0.44 0.69 0.07 21.85 0.81 0.61
Hex EC 85 4A 0 2C 45 7 16 51 3D
Octal 354 205 112 0 54 105 7 26 121 75
Binary 11101100 10000101 1001010 0 101100 1000101 111 10110 1010001 111101

Color Harmonies of #EC854A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC854A

Black with #EC854A

Text Example


Text Example

White with #EC854A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC854A; }

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

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

background-color css

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

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

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

border-color css

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

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

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