Html Css Color HEX #E06945 Flamingo

📋 copy color: '#E06945'

red 224 ◦ green 105 ◦ blue 69

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

Shades of Flamingo #E06945

Tints of Flamingo #E06945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.34%

R = 56.28%
G = 26.38%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E06945 (or 0xE06945) is known color: Flamingo. HEX triplet: E0, 69 and 45. RGB value is (224,105,69). Sum of RGB (Red+Green+Blue) = 224+105+69=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 69 (27.34% from 255 or 17.34% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06945 is #1F96BA. Grayscale: #888888. Windows color (decimal): -2070203 or 4549088. OLE color: 4549088.

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

Color convert

RGB 224 105 69 -
CMYK 0 0.53 0.69 0.12
HSL 13.94º 0.71% 0.57% -
HSV(B) 13.94º 0.69% 0.88% -
XYZ 36.87 26.38 8.78 -
YUV 136.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 224 105 69 0 0.53 0.69 0.12 13.94 0.71 0.57
Hex E0 69 45 0 35 45 C E 47 39
Octal 340 151 105 0 65 105 14 16 107 71
Binary 11100000 1101001 1000101 0 110101 1000101 1100 1110 1000111 111001

Color Harmonies of #E06945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06945

Black with #E06945

Text Example


Text Example

White with #E06945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06945; }

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

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

background-color css

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

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

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

border-color css

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

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

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