Html Css Color HEX #E05940 Flamingo

📋 copy color: '#E05940'

red 224 ◦ green 89 ◦ blue 64

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

Shades of Flamingo #E05940

Tints of Flamingo #E05940

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.61%

 BLUE value IS 64 (25.39% from 255) = 16.98%

R = 59.42%
G = 23.61%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05940 (or 0xE05940) is known color: Flamingo. HEX triplet: E0, 59 and 40. RGB value is (224,89,64). Sum of RGB (Red+Green+Blue) = 224+89+64=377 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.42% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 224 - color contains mainly: red. Hex color #E05940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05940 is #1FA6BF. Grayscale: #7E7E7E. Windows color (decimal): -2074304 or 4217312. OLE color: 4217312.

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

Color convert

RGB 224 89 64 -
CMYK 0 0.60 0.71 0.12
HSL 9.38º 0.72% 0.56% -
HSV(B) 9.38º 0.71% 0.88% -
XYZ 35.24 23.36 7.5 -
YUV 126.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 224 89 64 0 0.60 0.71 0.12 9.38 0.72 0.56
Hex E0 59 40 0 3C 47 C 9 48 38
Octal 340 131 100 0 74 107 14 11 110 70
Binary 11100000 1011001 1000000 0 111100 1000111 1100 1001 1001000 111000

Color Harmonies of #E05940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05940

Black with #E05940

Text Example


Text Example

White with #E05940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05940; }

 p { color: rgb(224,89,64); }

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

background-color css

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

 a { background-color: rgb(224,89,64); }

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

border-color css

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

 span { border-color: rgb(224,89,64); }

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