Html Css Color HEX #EC804A Flamenco

📋 copy color: '#EC804A'

red 236 ◦ green 128 ◦ blue 74

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

Shades of Flamenco #EC804A

Tints of Flamenco #EC804A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.22%

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

R = 53.88%
G = 29.22%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC804A (or 0xEC804A) is known color: Flamenco. HEX triplet: EC, 80 and 4A. RGB value is (236,128,74). Sum of RGB (Red+Green+Blue) = 236+128+74=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC804A is #137FB5. Grayscale: #9A9A9A. Windows color (decimal): -1277878 or 4882668. OLE color: 4882668.

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

Color convert

RGB 236 128 74 -
CMYK 0 0.46 0.69 0.07
HSL 20º 0.81% 0.61% -
HSV(B) 20º 0.69% 0.93% -
XYZ 43.55 33.77 10.7 -
YUV 154.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 236 128 74 0 0.46 0.69 0.07 20 0.81 0.61
Hex EC 80 4A 0 2E 45 7 14 51 3D
Octal 354 200 112 0 56 105 7 24 121 75
Binary 11101100 10000000 1001010 0 101110 1000101 111 10100 1010001 111101

Color Harmonies of #EC804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC804A

Black with #EC804A

Text Example


Text Example

White with #EC804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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