Html Css Color HEX #EC814A Flamenco

📋 copy color: '#EC814A'

red 236 ◦ green 129 ◦ blue 74

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

Shades of Flamenco #EC814A

Tints of Flamenco #EC814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.38%

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

R = 53.76%
G = 29.38%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC814A (or 0xEC814A) is known color: Flamenco. HEX triplet: EC, 81 and 4A. RGB value is (236,129,74). Sum of RGB (Red+Green+Blue) = 236+129+74=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 129 (50.78% from 255 or 29.38% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC814A is #137EB5. Grayscale: #9B9B9B. Windows color (decimal): -1277622 or 4882924. OLE color: 4882924.

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

Color convert

RGB 236 129 74 -
CMYK 0 0.45 0.69 0.07
HSL 20.37º 0.81% 0.61% -
HSV(B) 20.37º 0.69% 0.93% -
XYZ 43.68 34.03 10.74 -
YUV 154.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 236 129 74 0 0.45 0.69 0.07 20.37 0.81 0.61
Hex EC 81 4A 0 2D 45 7 14 51 3D
Octal 354 201 112 0 55 105 7 24 121 75
Binary 11101100 10000001 1001010 0 101101 1000101 111 10100 1010001 111101

Color Harmonies of #EC814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC814A

Black with #EC814A

Text Example


Text Example

White with #EC814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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