Html Css Color HEX #EA6947 Flamingo

📋 copy color: '#EA6947'

red 234 ◦ green 105 ◦ blue 71

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

Shades of Flamingo #EA6947

Tints of Flamingo #EA6947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

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

R = 57.07%
G = 25.61%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA6947 (or 0xEA6947) is known color: Flamingo. HEX triplet: EA, 69 and 47. RGB value is (234,105,71). Sum of RGB (Red+Green+Blue) = 234+105+71=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6947 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6947 is #1596B8. Grayscale: #8B8B8B. Windows color (decimal): -1414841 or 4680170. OLE color: 4680170.

HSL color Cylindrical-coordinate representation of color #EA6947: hue angle of 12.52º 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 #EA6947 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 105 71 -
CMYK 0 0.55 0.70 0.08
HSL 12.52º 0.8% 0.6% -
HSV(B) 12.52º 0.7% 0.92% -
XYZ 40.12 28.05 9.26 -
YUV 139.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 234 105 71 0 0.55 0.70 0.08 12.52 0.8 0.6
Hex EA 69 47 0 37 46 8 D 50 3C
Octal 352 151 107 0 67 106 10 15 120 74
Binary 11101010 1101001 1000111 0 110111 1000110 1000 1101 1010000 111100

Color Harmonies of #EA6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6947

Black with #EA6947

Text Example


Text Example

White with #EA6947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6947; }

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

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

background-color css

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

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

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

border-color css

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

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

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