Html Css Color HEX #EC824C Flamenco

📋 copy color: '#EC824C'

red 236 ◦ green 130 ◦ blue 76

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

Shades of Flamenco #EC824C

Tints of Flamenco #EC824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.19%

R = 53.39%
G = 29.41%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC824C (or 0xEC824C) is known color: Flamenco. HEX triplet: EC, 82 and 4C. RGB value is (236,130,76). Sum of RGB (Red+Green+Blue) = 236+130+76=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 76 (30.08% from 255 or 17.19% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC824C is #137DB3. Grayscale: #9B9B9B. Windows color (decimal): -1277364 or 5014252. OLE color: 5014252.

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

Color convert

RGB 236 130 76 -
CMYK 0 0.45 0.68 0.07
HSL 20.25º 0.81% 0.61% -
HSV(B) 20.25º 0.68% 0.93% -
XYZ 43.88 34.32 11.15 -
YUV 155.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 236 130 76 0 0.45 0.68 0.07 20.25 0.81 0.61
Hex EC 82 4C 0 2D 44 7 14 51 3D
Octal 354 202 114 0 55 104 7 24 121 75
Binary 11101100 10000010 1001100 0 101101 1000100 111 10100 1010001 111101

Color Harmonies of #EC824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC824C

Black with #EC824C

Text Example


Text Example

White with #EC824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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