Html Css Color HEX #E06947 Flamingo

📋 copy color: '#E06947'

red 224 ◦ green 105 ◦ blue 71

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

Shades of Flamingo #E06947

Tints of Flamingo #E06947

RGB

 RED value IS 224 (87.89% from 255) = 56%

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

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

R = 56%
G = 26.25%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E06947 (or 0xE06947) is known color: Flamingo. HEX triplet: E0, 69 and 47. RGB value is (224,105,71). Sum of RGB (Red+Green+Blue) = 224+105+71=400 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 224 - color contains mainly: red. Hex color #E06947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06947 is #1F96B8. Grayscale: #888888. Windows color (decimal): -2070201 or 4680160. OLE color: 4680160.

HSL color Cylindrical-coordinate representation of color #E06947: hue angle of 13.33º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E06947 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 105 71 -
CMYK 0 0.53 0.68 0.12
HSL 13.33º 0.71% 0.58% -
HSV(B) 13.33º 0.68% 0.88% -
XYZ 36.93 26.41 9.11 -
YUV 136.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 224 105 71 0 0.53 0.68 0.12 13.33 0.71 0.58
Hex E0 69 47 0 35 44 C D 47 3A
Octal 340 151 107 0 65 104 14 15 107 72
Binary 11100000 1101001 1000111 0 110101 1000100 1100 1101 1000111 111010

Color Harmonies of #E06947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06947

Black with #E06947

Text Example


Text Example

White with #E06947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06947; }

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

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

background-color css

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

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

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

border-color css

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

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

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