Html Css Color HEX #E96542 Flamingo

📋 copy color: '#E96542'

red 233 ◦ green 101 ◦ blue 66

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

Shades of Flamingo #E96542

Tints of Flamingo #E96542

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 58.25%
G = 25.25%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E96542 (or 0xE96542) is known color: Flamingo. HEX triplet: E9, 65 and 42. RGB value is (233,101,66). Sum of RGB (Red+Green+Blue) = 233+101+66=400 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.25% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 233 - color contains mainly: red. Hex color #E96542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96542 is #169ABD. Grayscale: #888888. Windows color (decimal): -1481406 or 4351465. OLE color: 4351465.

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

Color convert

RGB 233 101 66 -
CMYK 0 0.57 0.72 0.09
HSL 12.57º 0.79% 0.59% -
HSV(B) 12.57º 0.72% 0.91% -
XYZ 39.24 27.02 8.3 -
YUV 136.48 88.23 196.85 -
System Red Green Blue C M Y K H S L
Decimal 233 101 66 0 0.57 0.72 0.09 12.57 0.79 0.59
Hex E9 65 42 0 39 48 9 D 4F 3B
Octal 351 145 102 0 71 110 11 15 117 73
Binary 11101001 1100101 1000010 0 111001 1001000 1001 1101 1001111 111011

Color Harmonies of #E96542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96542

Black with #E96542

Text Example


Text Example

White with #E96542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96542; }

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

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

background-color css

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

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

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

border-color css

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

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

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