Html Css Color HEX #E66A49 Flamingo

📋 copy color: '#E66A49'

red 230 ◦ green 106 ◦ blue 73

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

Shades of Flamingo #E66A49

Tints of Flamingo #E66A49

RGB

 RED value IS 230 (90.23% from 255) = 56.23%

 GREEN value IS 106 (41.8% from 255) = 25.92%

 BLUE value IS 73 (28.91% from 255) = 17.85%

R = 56.23%
G = 25.92%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E66A49 (or 0xE66A49) is known color: Flamingo. HEX triplet: E6, 6A and 49. RGB value is (230,106,73). Sum of RGB (Red+Green+Blue) = 230+106+73=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A49 is #1995B6. Grayscale: #8B8B8B. Windows color (decimal): -1676727 or 4811494. OLE color: 4811494.

HSL color Cylindrical-coordinate representation of color #E66A49: hue angle of 12.61º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E66A49 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 106 73 -
CMYK 0 0.54 0.68 0.10
HSL 12.61º 0.76% 0.59% -
HSV(B) 12.61º 0.68% 0.9% -
XYZ 38.99 27.61 9.58 -
YUV 139.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 230 106 73 0 0.54 0.68 0.10 12.61 0.76 0.59
Hex E6 6A 49 0 36 44 A D 4C 3B
Octal 346 152 111 0 66 104 12 15 114 73
Binary 11100110 1101010 1001001 0 110110 1000100 1010 1101 1001100 111011

Color Harmonies of #E66A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A49

Black with #E66A49

Text Example


Text Example

White with #E66A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A49; }

 p { color: rgb(230,106,73); }

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

background-color css

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

 a { background-color: rgb(230,106,73); }

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

border-color css

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

 span { border-color: rgb(230,106,73); }

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