Html Css Color HEX #EC8A4C Flamenco

📋 copy color: '#EC8A4C'

red 236 ◦ green 138 ◦ blue 76

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

Shades of Flamenco #EC8A4C

Tints of Flamenco #EC8A4C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

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

R = 52.44%
G = 30.67%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC8A4C (or 0xEC8A4C) is known color: Flamenco. HEX triplet: EC, 8A and 4C. RGB value is (236,138,76). Sum of RGB (Red+Green+Blue) = 236+138+76=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A4C is #1375B3. Grayscale: #A0A0A0. Windows color (decimal): -1275316 or 5016300. OLE color: 5016300.

HSL color Cylindrical-coordinate representation of color #EC8A4C: hue angle of 23.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 #EC8A4C is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 138 76 -
CMYK 0 0.42 0.68 0.07
HSL 23.25º 0.81% 0.61% -
HSV(B) 23.25º 0.68% 0.93% -
XYZ 44.99 36.53 11.52 -
YUV 160.23 80.47 182.04 -
System Red Green Blue C M Y K H S L
Decimal 236 138 76 0 0.42 0.68 0.07 23.25 0.81 0.61
Hex EC 8A 4C 0 2A 44 7 17 51 3D
Octal 354 212 114 0 52 104 7 27 121 75
Binary 11101100 10001010 1001100 0 101010 1000100 111 10111 1010001 111101

Color Harmonies of #EC8A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A4C

Black with #EC8A4C

Text Example


Text Example

White with #EC8A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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