Html Css Color HEX #EC8244 Flamenco

📋 copy color: '#EC8244'

red 236 ◦ green 130 ◦ blue 68

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

Shades of Flamenco #EC8244

Tints of Flamenco #EC8244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.67%

R = 54.38%
G = 29.95%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC8244 (or 0xEC8244) is known color: Flamenco. HEX triplet: EC, 82 and 44. RGB value is (236,130,68). Sum of RGB (Red+Green+Blue) = 236+130+68=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8244 is #137DBB. Grayscale: #9A9A9A. Windows color (decimal): -1277372 or 4489964. OLE color: 4489964.

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

Color convert

RGB 236 130 68 -
CMYK 0 0.45 0.71 0.07
HSL 22.14º 0.82% 0.6% -
HSV(B) 22.14º 0.71% 0.93% -
XYZ 43.62 34.22 9.77 -
YUV 154.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 236 130 68 0 0.45 0.71 0.07 22.14 0.82 0.6
Hex EC 82 44 0 2D 47 7 16 52 3C
Octal 354 202 104 0 55 107 7 26 122 74
Binary 11101100 10000010 1000100 0 101101 1000111 111 10110 1010010 111100

Color Harmonies of #EC8244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8244

Black with #EC8244

Text Example


Text Example

White with #EC8244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8244; }

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

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

background-color css

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

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

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

border-color css

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

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

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