Html Css Color HEX #E05F40 Flamingo

📋 copy color: '#E05F40'

red 224 ◦ green 95 ◦ blue 64

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

Shades of Flamingo #E05F40

Tints of Flamingo #E05F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 58.49%
G = 24.8%
B = 16.71%

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

#E05F40 (or 0xE05F40) is known color: Flamingo. HEX triplet: E0, 5F and 40. RGB value is (224,95,64). Sum of RGB (Red+Green+Blue) = 224+95+64=383 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.49% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F40 is #1FA0BF. Grayscale: #828282. Windows color (decimal): -2072768 or 4218848. OLE color: 4218848.

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

Color convert

RGB 224 95 64 -
CMYK 0 0.58 0.71 0.12
HSL 11.63º 0.72% 0.56% -
HSV(B) 11.63º 0.71% 0.88% -
XYZ 35.76 24.4 7.68 -
YUV 130.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 224 95 64 0 0.58 0.71 0.12 11.63 0.72 0.56
Hex E0 5F 40 0 3A 47 C C 48 38
Octal 340 137 100 0 72 107 14 14 110 70
Binary 11100000 1011111 1000000 0 111010 1000111 1100 1100 1001000 111000

Color Harmonies of #E05F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05F40

Black with #E05F40

Text Example


Text Example

White with #E05F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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