Html Css Color HEX #EC834A Flamenco

📋 copy color: '#EC834A'

red 236 ◦ green 131 ◦ blue 74

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

Shades of Flamenco #EC834A

Tints of Flamenco #EC834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.78%

R = 53.51%
G = 29.71%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC834A (or 0xEC834A) is known color: Flamenco. HEX triplet: EC, 83 and 4A. RGB value is (236,131,74). Sum of RGB (Red+Green+Blue) = 236+131+74=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 131 (51.56% from 255 or 29.71% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC834A is #137CB5. Grayscale: #9C9C9C. Windows color (decimal): -1277110 or 4883436. OLE color: 4883436.

HSL color Cylindrical-coordinate representation of color #EC834A: hue angle of 21.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC834A is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 74 -
CMYK 0 0.44 0.69 0.07
HSL 21.11º 0.81% 0.61% -
HSV(B) 21.11º 0.69% 0.93% -
XYZ 43.94 34.56 10.83 -
YUV 155.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 236 131 74 0 0.44 0.69 0.07 21.11 0.81 0.61
Hex EC 83 4A 0 2C 45 7 15 51 3D
Octal 354 203 112 0 54 105 7 25 121 75
Binary 11101100 10000011 1001010 0 101100 1000101 111 10101 1010001 111101

Color Harmonies of #EC834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834A

Black with #EC834A

Text Example


Text Example

White with #EC834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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