Html Css Color HEX #E96948 Flamingo

📋 copy color: '#E96948'

red 233 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #E96948

Tints of Flamingo #E96948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 56.83%
G = 25.61%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E96948 (or 0xE96948) is known color: Flamingo. HEX triplet: E9, 69 and 48. RGB value is (233,105,72). Sum of RGB (Red+Green+Blue) = 233+105+72=410 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.83% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 233 - color contains mainly: red. Hex color #E96948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96948 is #1696B7. Grayscale: #8B8B8B. Windows color (decimal): -1480376 or 4745705. OLE color: 4745705.

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

Color convert

RGB 233 105 72 -
CMYK 0 0.55 0.69 0.09
HSL 12.3º 0.79% 0.6% -
HSV(B) 12.3º 0.69% 0.91% -
XYZ 39.83 27.89 9.42 -
YUV 139.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 233 105 72 0 0.55 0.69 0.09 12.3 0.79 0.6
Hex E9 69 48 0 37 45 9 C 4F 3C
Octal 351 151 110 0 67 105 11 14 117 74
Binary 11101001 1101001 1001000 0 110111 1000101 1001 1100 1001111 111100

Color Harmonies of #E96948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96948

Black with #E96948

Text Example


Text Example

White with #E96948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96948; }

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

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

background-color css

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

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

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

border-color css

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

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

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