Html Css Color HEX #EC8C4B Flamenco

📋 copy color: '#EC8C4B'

red 236 ◦ green 140 ◦ blue 75

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

Shades of Flamenco #EC8C4B

Tints of Flamenco #EC8C4B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.04%

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

R = 52.33%
G = 31.04%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC8C4B (or 0xEC8C4B) is known color: Flamenco. HEX triplet: EC, 8C and 4B. RGB value is (236,140,75). Sum of RGB (Red+Green+Blue) = 236+140+75=451 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.33% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8C4B is #1373B4. Grayscale: #A1A1A1. Windows color (decimal): -1274805 or 4951276. OLE color: 4951276.

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

Color convert

RGB 236 140 75 -
CMYK 0 0.41 0.68 0.07
HSL 24.22º 0.81% 0.61% -
HSV(B) 24.22º 0.68% 0.93% -
XYZ 45.24 37.1 11.43 -
YUV 161.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 236 140 75 0 0.41 0.68 0.07 24.22 0.81 0.61
Hex EC 8C 4B 0 29 44 7 18 51 3D
Octal 354 214 113 0 51 104 7 30 121 75
Binary 11101100 10001100 1001011 0 101001 1000100 111 11000 1010001 111101

Color Harmonies of #EC8C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C4B

Black with #EC8C4B

Text Example


Text Example

White with #EC8C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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