Html Css Color HEX #EA6547 Flamingo

📋 copy color: '#EA6547'

red 234 ◦ green 101 ◦ blue 71

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

Shades of Flamingo #EA6547

Tints of Flamingo #EA6547

RGB

 RED value IS 234 (91.8% from 255) = 57.64%

 GREEN value IS 101 (39.84% from 255) = 24.88%

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 57.64%
G = 24.88%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA6547 (or 0xEA6547) is known color: Flamingo. HEX triplet: EA, 65 and 47. RGB value is (234,101,71). Sum of RGB (Red+Green+Blue) = 234+101+71=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6547 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6547 is #159AB8. Grayscale: #898989. Windows color (decimal): -1415865 or 4679146. OLE color: 4679146.

HSL color Cylindrical-coordinate representation of color #EA6547: hue angle of 11.04º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA6547 is Cyan = 0, Magento = 0.57, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 71 -
CMYK 0 0.57 0.70 0.08
HSL 11.04º 0.8% 0.6% -
HSV(B) 11.04º 0.7% 0.92% -
XYZ 39.72 27.25 9.13 -
YUV 137.35 90.56 196.94 -
System Red Green Blue C M Y K H S L
Decimal 234 101 71 0 0.57 0.70 0.08 11.04 0.8 0.6
Hex EA 65 47 0 39 46 8 B 50 3C
Octal 352 145 107 0 71 106 10 13 120 74
Binary 11101010 1100101 1000111 0 111001 1000110 1000 1011 1010000 111100

Color Harmonies of #EA6547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6547

Black with #EA6547

Text Example


Text Example

White with #EA6547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6547; }

 p { color: rgb(234,101,71); }

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

background-color css

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

 a { background-color: rgb(234,101,71); }

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

border-color css

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

 span { border-color: rgb(234,101,71); }

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