Html Css Color HEX #E96946 Flamingo

📋 copy color: '#E96946'

red 233 ◦ green 105 ◦ blue 70

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

Shades of Flamingo #E96946

Tints of Flamingo #E96946

RGB

 RED value IS 233 (91.41% from 255) = 57.11%

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

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

R = 57.11%
G = 25.74%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E96946 (or 0xE96946) is known color: Flamingo. HEX triplet: E9, 69 and 46. RGB value is (233,105,70). Sum of RGB (Red+Green+Blue) = 233+105+70=408 (54% of max value = 765). Red value is 233 (91.41% from 255 or 57.11% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 233 - color contains mainly: red. Hex color #E96946 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96946 is #1696B9. Grayscale: #8B8B8B. Windows color (decimal): -1480378 or 4614633. OLE color: 4614633.

HSL color Cylindrical-coordinate representation of color #E96946: hue angle of 12.88º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E96946 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 105 70 -
CMYK 0 0.55 0.70 0.09
HSL 12.88º 0.79% 0.59% -
HSV(B) 12.88º 0.7% 0.91% -
XYZ 39.76 27.87 9.08 -
YUV 139.28 88.91 194.85 -
System Red Green Blue C M Y K H S L
Decimal 233 105 70 0 0.55 0.70 0.09 12.88 0.79 0.59
Hex E9 69 46 0 37 46 9 D 4F 3B
Octal 351 151 106 0 67 106 11 15 117 73
Binary 11101001 1101001 1000110 0 110111 1000110 1001 1101 1001111 111011

Color Harmonies of #E96946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96946

Black with #E96946

Text Example


Text Example

White with #E96946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96946; }

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

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

background-color css

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

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

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

border-color css

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

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

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