Html Css Color HEX #E96342 Flamingo

📋 copy color: '#E96342'

red 233 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #E96342

Tints of Flamingo #E96342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.87%

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

R = 58.54%
G = 24.87%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E96342 (or 0xE96342) is known color: Flamingo. HEX triplet: E9, 63 and 42. RGB value is (233,99,66). Sum of RGB (Red+Green+Blue) = 233+99+66=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E96342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96342 is #169CBD. Grayscale: #878787. Windows color (decimal): -1481918 or 4350953. OLE color: 4350953.

HSL color Cylindrical-coordinate representation of color #E96342: hue angle of 11.86º 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 #E96342 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 99 66 -
CMYK 0 0.58 0.72 0.09
HSL 11.86º 0.79% 0.59% -
HSV(B) 11.86º 0.72% 0.91% -
XYZ 39.05 26.64 8.24 -
YUV 135.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 233 99 66 0 0.58 0.72 0.09 11.86 0.79 0.59
Hex E9 63 42 0 3A 48 9 C 4F 3B
Octal 351 143 102 0 72 110 11 14 117 73
Binary 11101001 1100011 1000010 0 111010 1001000 1001 1100 1001111 111011

Color Harmonies of #E96342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96342

Black with #E96342

Text Example


Text Example

White with #E96342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96342; }

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

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

background-color css

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

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

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

border-color css

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

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

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