Html Css Color HEX #E05E40 Flamingo

📋 copy color: '#E05E40'

red 224 ◦ green 94 ◦ blue 64

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

Shades of Flamingo #E05E40

Tints of Flamingo #E05E40

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

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

R = 58.64%
G = 24.61%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#E05E40 (or 0xE05E40) is known color: Flamingo. HEX triplet: E0, 5E and 40. RGB value is (224,94,64). Sum of RGB (Red+Green+Blue) = 224+94+64=382 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.64% from 382); Green value is 94 (37.11% from 255 or 24.61% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E40 is #1FA1BF. Grayscale: #818181. Windows color (decimal): -2073024 or 4218592. OLE color: 4218592.

HSL color Cylindrical-coordinate representation of color #E05E40: hue angle of 11.25º 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 #E05E40 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 64 -
CMYK 0 0.58 0.71 0.12
HSL 11.25º 0.72% 0.56% -
HSV(B) 11.25º 0.71% 0.88% -
XYZ 35.67 24.22 7.65 -
YUV 129.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 224 94 64 0 0.58 0.71 0.12 11.25 0.72 0.56
Hex E0 5E 40 0 3A 47 C B 48 38
Octal 340 136 100 0 72 107 14 13 110 70
Binary 11100000 1011110 1000000 0 111010 1000111 1100 1011 1001000 111000

Color Harmonies of #E05E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E40

Black with #E05E40

Text Example


Text Example

White with #E05E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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