Html Css Color HEX #EC814B Flamenco

📋 copy color: '#EC814B'

red 236 ◦ green 129 ◦ blue 75

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

Shades of Flamenco #EC814B

Tints of Flamenco #EC814B

RGB

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

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

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

R = 53.64%
G = 29.32%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC814B (or 0xEC814B) is known color: Flamenco. HEX triplet: EC, 81 and 4B. RGB value is (236,129,75). Sum of RGB (Red+Green+Blue) = 236+129+75=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC814B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC814B is #137EB4. Grayscale: #9B9B9B. Windows color (decimal): -1277621 or 4948460. OLE color: 4948460.

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

Color convert

RGB 236 129 75 -
CMYK 0 0.45 0.68 0.07
HSL 20.12º 0.81% 0.61% -
HSV(B) 20.12º 0.68% 0.93% -
XYZ 43.71 34.04 10.92 -
YUV 154.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 236 129 75 0 0.45 0.68 0.07 20.12 0.81 0.61
Hex EC 81 4B 0 2D 44 7 14 51 3D
Octal 354 201 113 0 55 104 7 24 121 75
Binary 11101100 10000001 1001011 0 101101 1000100 111 10100 1010001 111101

Color Harmonies of #EC814B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC814B

Black with #EC814B

Text Example


Text Example

White with #EC814B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC814B; }

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

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

background-color css

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

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

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

border-color css

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

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

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