Html Css Color HEX #EC8D4A Flamenco

📋 copy color: '#EC8D4A'

red 236 ◦ green 141 ◦ blue 74

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

Shades of Flamenco #EC8D4A

Tints of Flamenco #EC8D4A

RGB

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

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

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

R = 52.33%
G = 31.26%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC8D4A (or 0xEC8D4A) is known color: Flamenco. HEX triplet: EC, 8D and 4A. RGB value is (236,141,74). Sum of RGB (Red+Green+Blue) = 236+141+74=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8D4A is #1372B5. Grayscale: #A2A2A2. Windows color (decimal): -1274550 or 4885996. OLE color: 4885996.

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

Color convert

RGB 236 141 74 -
CMYK 0 0.40 0.69 0.07
HSL 24.81º 0.81% 0.61% -
HSV(B) 24.81º 0.69% 0.93% -
XYZ 45.35 37.38 11.3 -
YUV 161.77 78.47 180.95 -
System Red Green Blue C M Y K H S L
Decimal 236 141 74 0 0.40 0.69 0.07 24.81 0.81 0.61
Hex EC 8D 4A 0 28 45 7 19 51 3D
Octal 354 215 112 0 50 105 7 31 121 75
Binary 11101100 10001101 1001010 0 101000 1000101 111 11001 1010001 111101

Color Harmonies of #EC8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D4A

Black with #EC8D4A

Text Example


Text Example

White with #EC8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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