Html Css Color HEX #E66845 Flamingo

📋 copy color: '#E66845'

red 230 ◦ green 104 ◦ blue 69

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

Shades of Flamingo #E66845

Tints of Flamingo #E66845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

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

R = 57.07%
G = 25.81%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E66845 (or 0xE66845) is known color: Flamingo. HEX triplet: E6, 68 and 45. RGB value is (230,104,69). Sum of RGB (Red+Green+Blue) = 230+104+69=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E66845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66845 is #1997BA. Grayscale: #898989. Windows color (decimal): -1677243 or 4548838. OLE color: 4548838.

HSL color Cylindrical-coordinate representation of color #E66845: hue angle of 13.04º 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 #E66845 is Cyan = 0, Magento = 0.55, Yellow = 0.7 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 104 69 -
CMYK 0 0.55 0.7 0.10
HSL 13.04º 0.76% 0.59% -
HSV(B) 13.04º 0.7% 0.9% -
XYZ 38.66 27.15 8.83 -
YUV 137.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 230 104 69 0 0.55 0.7 0.10 13.04 0.76 0.59
Hex E6 68 45 0 37 46 A D 4C 3B
Octal 346 150 105 0 67 106 12 15 114 73
Binary 11100110 1101000 1000101 0 110111 1000110 1010 1101 1001100 111011

Color Harmonies of #E66845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66845

Black with #E66845

Text Example


Text Example

White with #E66845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66845; }

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

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

background-color css

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

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

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

border-color css

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

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

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