Html Css Color HEX #E96345 Flamingo

📋 copy color: '#E96345'

red 233 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #E96345

Tints of Flamingo #E96345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.21%

R = 58.1%
G = 24.69%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E96345 (or 0xE96345) is known color: Flamingo. HEX triplet: E9, 63 and 45. RGB value is (233,99,69). Sum of RGB (Red+Green+Blue) = 233+99+69=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 69 (27.34% from 255 or 17.21% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E96345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E96345 is #169CBA. Grayscale: #878787. Windows color (decimal): -1481915 or 4547561. OLE color: 4547561.

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

Color convert

RGB 233 99 69 -
CMYK 0 0.58 0.70 0.09
HSL 10.98º 0.79% 0.59% -
HSV(B) 10.98º 0.7% 0.91% -
XYZ 39.14 26.68 8.72 -
YUV 135.65 90.39 197.44 -
System Red Green Blue C M Y K H S L
Decimal 233 99 69 0 0.58 0.70 0.09 10.98 0.79 0.59
Hex E9 63 45 0 3A 46 9 B 4F 3B
Octal 351 143 105 0 72 106 11 13 117 73
Binary 11101001 1100011 1000101 0 111010 1000110 1001 1011 1001111 111011

Color Harmonies of #E96345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96345

Black with #E96345

Text Example


Text Example

White with #E96345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96345; }

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

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

background-color css

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

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

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

border-color css

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

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

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