Html Css Color HEX #E96040 Flamingo

📋 copy color: '#E96040'

red 233 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #E96040

Tints of Flamingo #E96040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.43%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 59.29%
G = 24.43%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E96040 (or 0xE96040) is known color: Flamingo. HEX triplet: E9, 60 and 40. RGB value is (233,96,64). Sum of RGB (Red+Green+Blue) = 233+96+64=393 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.29% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 233 - color contains mainly: red. Hex color #E96040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96040 is #169FBF. Grayscale: #858585. Windows color (decimal): -1482688 or 4219113. OLE color: 4219113.

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

Color convert

RGB 233 96 64 -
CMYK 0 0.59 0.73 0.09
HSL 11.36º 0.79% 0.58% -
HSV(B) 11.36º 0.73% 0.91% -
XYZ 38.71 26.06 7.84 -
YUV 133.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 233 96 64 0 0.59 0.73 0.09 11.36 0.79 0.58
Hex E9 60 40 0 3B 49 9 B 4F 3A
Octal 351 140 100 0 73 111 11 13 117 72
Binary 11101001 1100000 1000000 0 111011 1001001 1001 1011 1001111 111010

Color Harmonies of #E96040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96040

Black with #E96040

Text Example


Text Example

White with #E96040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96040; }

 p { color: rgb(233,96,64); }

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

background-color css

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

 a { background-color: rgb(233,96,64); }

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

border-color css

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

 span { border-color: rgb(233,96,64); }

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