Html Css Color HEX #EC804B Flamenco

📋 copy color: '#EC804B'

red 236 ◦ green 128 ◦ blue 75

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

Shades of Flamenco #EC804B

Tints of Flamenco #EC804B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.08%

R = 53.76%
G = 29.16%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC804B (or 0xEC804B) is known color: Flamenco. HEX triplet: EC, 80 and 4B. RGB value is (236,128,75). Sum of RGB (Red+Green+Blue) = 236+128+75=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 75 (29.69% from 255 or 17.08% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC804B is #137FB4. Grayscale: #9A9A9A. Windows color (decimal): -1277877 or 4948204. OLE color: 4948204.

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

Color convert

RGB 236 128 75 -
CMYK 0 0.46 0.68 0.07
HSL 19.75º 0.81% 0.61% -
HSV(B) 19.75º 0.68% 0.93% -
XYZ 43.58 33.78 10.88 -
YUV 154.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 236 128 75 0 0.46 0.68 0.07 19.75 0.81 0.61
Hex EC 80 4B 0 2E 44 7 14 51 3D
Octal 354 200 113 0 56 104 7 24 121 75
Binary 11101100 10000000 1001011 0 101110 1000100 111 10100 1010001 111101

Color Harmonies of #EC804B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC804B

Black with #EC804B

Text Example


Text Example

White with #EC804B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC804B; }

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

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

background-color css

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

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

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

border-color css

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

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

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