Html Css Color HEX #EC834C Flamenco

📋 copy color: '#EC834C'

red 236 ◦ green 131 ◦ blue 76

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

Shades of Flamenco #EC834C

Tints of Flamenco #EC834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.57%

 BLUE value IS 76 (30.08% from 255) = 17.16%

R = 53.27%
G = 29.57%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EC834C (or 0xEC834C) is known color: Flamenco. HEX triplet: EC, 83 and 4C. RGB value is (236,131,76). Sum of RGB (Red+Green+Blue) = 236+131+76=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 131 (51.56% from 255 or 29.57% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC834C is #137CB3. Grayscale: #9C9C9C. Windows color (decimal): -1277108 or 5014508. OLE color: 5014508.

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

Color convert

RGB 236 131 76 -
CMYK 0 0.44 0.68 0.07
HSL 20.63º 0.81% 0.61% -
HSV(B) 20.63º 0.68% 0.93% -
XYZ 44.01 34.59 11.19 -
YUV 156.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 236 131 76 0 0.44 0.68 0.07 20.63 0.81 0.61
Hex EC 83 4C 0 2C 44 7 15 51 3D
Octal 354 203 114 0 54 104 7 25 121 75
Binary 11101100 10000011 1001100 0 101100 1000100 111 10101 1010001 111101

Color Harmonies of #EC834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834C

Black with #EC834C

Text Example


Text Example

White with #EC834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834C; }

 p { color: rgb(236,131,76); }

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

background-color css

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

 a { background-color: rgb(236,131,76); }

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

border-color css

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

 span { border-color: rgb(236,131,76); }

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