Html Css Color HEX #EC7F4B Flamenco

📋 copy color: '#EC7F4B'

red 236 ◦ green 127 ◦ blue 75

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

Shades of Flamenco #EC7F4B

Tints of Flamenco #EC7F4B

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

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

R = 53.88%
G = 29%
B = 17.12%

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

#EC7F4B (or 0xEC7F4B) is known color: Flamenco. HEX triplet: EC, 7F and 4B. RGB value is (236,127,75). Sum of RGB (Red+Green+Blue) = 236+127+75=438 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.88% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7F4B is #1380B4. Grayscale: #999999. Windows color (decimal): -1278133 or 4947948. OLE color: 4947948.

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

Color convert

RGB 236 127 75 -
CMYK 0 0.46 0.68 0.07
HSL 19.38º 0.81% 0.61% -
HSV(B) 19.38º 0.68% 0.93% -
XYZ 43.45 33.52 10.84 -
YUV 153.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 236 127 75 0 0.46 0.68 0.07 19.38 0.81 0.61
Hex EC 7F 4B 0 2E 44 7 13 51 3D
Octal 354 177 113 0 56 104 7 23 121 75
Binary 11101100 1111111 1001011 0 101110 1000100 111 10011 1010001 111101

Color Harmonies of #EC7F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F4B

Black with #EC7F4B

Text Example


Text Example

White with #EC7F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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