Html Css Color HEX #EC8D4C Flamenco

📋 copy color: '#EC8D4C'

red 236 ◦ green 141 ◦ blue 76

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

Shades of Flamenco #EC8D4C

Tints of Flamenco #EC8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 52.1%
G = 31.13%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC8D4C (or 0xEC8D4C) is known color: Flamenco. HEX triplet: EC, 8D and 4C. RGB value is (236,141,76). Sum of RGB (Red+Green+Blue) = 236+141+76=453 (60% of max value = 765). Red value is 236 (92.58% from 255 or 52.10% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D4C is #1372B3. Grayscale: #A2A2A2. Windows color (decimal): -1274548 or 5017068. OLE color: 5017068.

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

Color convert

RGB 236 141 76 -
CMYK 0 0.40 0.68 0.07
HSL 24.38º 0.81% 0.61% -
HSV(B) 24.38º 0.68% 0.93% -
XYZ 45.42 37.4 11.66 -
YUV 162 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 236 141 76 0 0.40 0.68 0.07 24.38 0.81 0.61
Hex EC 8D 4C 0 28 44 7 18 51 3D
Octal 354 215 114 0 50 104 7 30 121 75
Binary 11101100 10001101 1001100 0 101000 1000100 111 11000 1010001 111101

Color Harmonies of #EC8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D4C

Black with #EC8D4C

Text Example


Text Example

White with #EC8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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