Html Css Color HEX #EC824A Flamenco

📋 copy color: '#EC824A'

red 236 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #EC824A

Tints of Flamenco #EC824A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.55%

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

R = 53.64%
G = 29.55%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC824A (or 0xEC824A) is known color: Flamenco. HEX triplet: EC, 82 and 4A. RGB value is (236,130,74). Sum of RGB (Red+Green+Blue) = 236+130+74=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC824A is #137DB5. Grayscale: #9B9B9B. Windows color (decimal): -1277366 or 4883180. OLE color: 4883180.

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

Color convert

RGB 236 130 74 -
CMYK 0 0.45 0.69 0.07
HSL 20.74º 0.81% 0.61% -
HSV(B) 20.74º 0.69% 0.93% -
XYZ 43.81 34.29 10.79 -
YUV 155.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 236 130 74 0 0.45 0.69 0.07 20.74 0.81 0.61
Hex EC 82 4A 0 2D 45 7 15 51 3D
Octal 354 202 112 0 55 105 7 25 121 75
Binary 11101100 10000010 1001010 0 101101 1000101 111 10101 1010001 111101

Color Harmonies of #EC824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC824A

Black with #EC824A

Text Example


Text Example

White with #EC824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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