Html Css Color HEX #E66946 Flamingo

📋 copy color: '#E66946'

red 230 ◦ green 105 ◦ blue 70

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

Shades of Flamingo #E66946

Tints of Flamingo #E66946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 56.79%
G = 25.93%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E66946 (or 0xE66946) is known color: Flamingo. HEX triplet: E6, 69 and 46. RGB value is (230,105,70). Sum of RGB (Red+Green+Blue) = 230+105+70=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E66946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66946 is #1996B9. Grayscale: #8A8A8A. Windows color (decimal): -1676986 or 4614630. OLE color: 4614630.

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

Color convert

RGB 230 105 70 -
CMYK 0 0.54 0.70 0.10
HSL 13.13º 0.76% 0.59% -
HSV(B) 13.13º 0.7% 0.9% -
XYZ 38.79 27.37 9.03 -
YUV 138.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 230 105 70 0 0.54 0.70 0.10 13.13 0.76 0.59
Hex E6 69 46 0 36 46 A D 4C 3B
Octal 346 151 106 0 66 106 12 15 114 73
Binary 11100110 1101001 1000110 0 110110 1000110 1010 1101 1001100 111011

Color Harmonies of #E66946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66946

Black with #E66946

Text Example


Text Example

White with #E66946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66946; }

 p { color: rgb(230,105,70); }

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

background-color css

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

 a { background-color: rgb(230,105,70); }

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

border-color css

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

 span { border-color: rgb(230,105,70); }

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