Html Css Color HEX #E96042 Flamingo

📋 copy color: '#E96042'

red 233 ◦ green 96 ◦ blue 66

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

Shades of Flamingo #E96042

Tints of Flamingo #E96042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 58.99%
G = 24.3%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E96042 (or 0xE96042) is known color: Flamingo. HEX triplet: E9, 60 and 42. RGB value is (233,96,66). Sum of RGB (Red+Green+Blue) = 233+96+66=395 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.99% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 233 - color contains mainly: red. Hex color #E96042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96042 is #169FBD. Grayscale: #858585. Windows color (decimal): -1482686 or 4350185. OLE color: 4350185.

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

Color convert

RGB 233 96 66 -
CMYK 0 0.59 0.72 0.09
HSL 10.78º 0.79% 0.59% -
HSV(B) 10.78º 0.72% 0.91% -
XYZ 38.77 26.08 8.15 -
YUV 133.54 89.89 198.94 -
System Red Green Blue C M Y K H S L
Decimal 233 96 66 0 0.59 0.72 0.09 10.78 0.79 0.59
Hex E9 60 42 0 3B 48 9 B 4F 3B
Octal 351 140 102 0 73 110 11 13 117 73
Binary 11101001 1100000 1000010 0 111011 1001000 1001 1011 1001111 111011

Color Harmonies of #E96042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96042

Black with #E96042

Text Example


Text Example

White with #E96042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96042; }

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

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

background-color css

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

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

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

border-color css

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

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

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