Html Css Color HEX #E05942 Flamingo

📋 copy color: '#E05942'

red 224 ◦ green 89 ◦ blue 66

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

Shades of Flamingo #E05942

Tints of Flamingo #E05942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 59.1%
G = 23.48%
B = 17.41%

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

#E05942 (or 0xE05942) is known color: Flamingo. HEX triplet: E0, 59 and 42. RGB value is (224,89,66). Sum of RGB (Red+Green+Blue) = 224+89+66=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05942 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05942 is #1FA6BD. Grayscale: #7E7E7E. Windows color (decimal): -2074302 or 4348384. OLE color: 4348384.

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

Color convert

RGB 224 89 66 -
CMYK 0 0.60 0.71 0.12
HSL 8.73º 0.72% 0.57% -
HSV(B) 8.73º 0.71% 0.88% -
XYZ 35.3 23.39 7.81 -
YUV 126.74 93.73 197.37 -
System Red Green Blue C M Y K H S L
Decimal 224 89 66 0 0.60 0.71 0.12 8.73 0.72 0.57
Hex E0 59 42 0 3C 47 C 9 48 39
Octal 340 131 102 0 74 107 14 11 110 71
Binary 11100000 1011001 1000010 0 111100 1000111 1100 1001 1001000 111001

Color Harmonies of #E05942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05942

Black with #E05942

Text Example


Text Example

White with #E05942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05942; }

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

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

background-color css

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

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

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

border-color css

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

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

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