Html Css Color HEX #EB5E40 Flamingo

📋 copy color: '#EB5E40'

red 235 ◦ green 94 ◦ blue 64

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

Shades of Flamingo #EB5E40

Tints of Flamingo #EB5E40

RGB

 RED value IS 235 (92.19% from 255) = 59.8%

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 59.8%
G = 23.92%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB5E40 (or 0xEB5E40) is known color: Flamingo. HEX triplet: EB, 5E and 40. RGB value is (235,94,64). Sum of RGB (Red+Green+Blue) = 235+94+64=393 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.80% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E40 is #14A1BF. Grayscale: #858585. Windows color (decimal): -1352128 or 4218603. OLE color: 4218603.

HSL color Cylindrical-coordinate representation of color #EB5E40: hue angle of 10.53º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB5E40 is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 94 64 -
CMYK 0 0.6 0.73 0.08
HSL 10.53º 0.81% 0.59% -
HSV(B) 10.53º 0.73% 0.92% -
XYZ 39.19 26.04 7.81 -
YUV 132.74 89.21 200.94 -
System Red Green Blue C M Y K H S L
Decimal 235 94 64 0 0.6 0.73 0.08 10.53 0.81 0.59
Hex EB 5E 40 0 3C 49 8 B 51 3B
Octal 353 136 100 0 74 111 10 13 121 73
Binary 11101011 1011110 1000000 0 111100 1001001 1000 1011 1010001 111011

Color Harmonies of #EB5E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E40

Black with #EB5E40

Text Example


Text Example

White with #EB5E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E40; }

 p { color: rgb(235,94,64); }

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

background-color css

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

 a { background-color: rgb(235,94,64); }

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

border-color css

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

 span { border-color: rgb(235,94,64); }

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