Html Css Color HEX #EC834B Flamenco

📋 copy color: '#EC834B'

red 236 ◦ green 131 ◦ blue 75

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

Shades of Flamenco #EC834B

Tints of Flamenco #EC834B

RGB

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

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

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

R = 53.39%
G = 29.64%
B = 16.97%

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

#EC834B (or 0xEC834B) is known color: Flamenco. HEX triplet: EC, 83 and 4B. RGB value is (236,131,75). Sum of RGB (Red+Green+Blue) = 236+131+75=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 75 (29.69% from 255 or 16.97% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC834B is #137CB4. Grayscale: #9C9C9C. Windows color (decimal): -1277109 or 4948972. OLE color: 4948972.

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

Color convert

RGB 236 131 75 -
CMYK 0 0.44 0.68 0.07
HSL 20.87º 0.81% 0.61% -
HSV(B) 20.87º 0.68% 0.93% -
XYZ 43.98 34.57 11.01 -
YUV 156.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 236 131 75 0 0.44 0.68 0.07 20.87 0.81 0.61
Hex EC 83 4B 0 2C 44 7 15 51 3D
Octal 354 203 113 0 54 104 7 25 121 75
Binary 11101100 10000011 1001011 0 101100 1000100 111 10101 1010001 111101

Color Harmonies of #EC834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834B

Black with #EC834B

Text Example


Text Example

White with #EC834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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