Html Css Color HEX #E66A45 Flamingo

📋 copy color: '#E66A45'

red 230 ◦ green 106 ◦ blue 69

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

Shades of Flamingo #E66A45

Tints of Flamingo #E66A45

RGB

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

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

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

R = 56.79%
G = 26.17%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66A45 (or 0xE66A45) is known color: Flamingo. HEX triplet: E6, 6A and 45. RGB value is (230,106,69). Sum of RGB (Red+Green+Blue) = 230+106+69=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 106 (41.80% from 255 or 26.17% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A45 is #1995BA. Grayscale: #8B8B8B. Windows color (decimal): -1676731 or 4549350. OLE color: 4549350.

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

Color convert

RGB 230 106 69 -
CMYK 0 0.54 0.7 0.10
HSL 13.79º 0.76% 0.59% -
HSV(B) 13.79º 0.7% 0.9% -
XYZ 38.86 27.56 8.9 -
YUV 138.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 230 106 69 0 0.54 0.7 0.10 13.79 0.76 0.59
Hex E6 6A 45 0 36 46 A E 4C 3B
Octal 346 152 105 0 66 106 12 16 114 73
Binary 11100110 1101010 1000101 0 110110 1000110 1010 1110 1001100 111011

Color Harmonies of #E66A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66A45

Black with #E66A45

Text Example


Text Example

White with #E66A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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