Html Css Color HEX #EB5D40 Flamingo

📋 copy color: '#EB5D40'

red 235 ◦ green 93 ◦ blue 64

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

Shades of Flamingo #EB5D40

Tints of Flamingo #EB5D40

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 59.95%
G = 23.72%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB5D40 (or 0xEB5D40) is known color: Flamingo. HEX triplet: EB, 5D and 40. RGB value is (235,93,64). Sum of RGB (Red+Green+Blue) = 235+93+64=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5D40 is #14A2BF. Grayscale: #848484. Windows color (decimal): -1352384 or 4218347. OLE color: 4218347.

HSL color Cylindrical-coordinate representation of color #EB5D40: hue angle of 10.18º 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 #EB5D40 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 93 64 -
CMYK 0 0.60 0.73 0.08
HSL 10.18º 0.81% 0.59% -
HSV(B) 10.18º 0.73% 0.92% -
XYZ 39.1 25.86 7.78 -
YUV 132.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 235 93 64 0 0.60 0.73 0.08 10.18 0.81 0.59
Hex EB 5D 40 0 3C 49 8 A 51 3B
Octal 353 135 100 0 74 111 10 12 121 73
Binary 11101011 1011101 1000000 0 111100 1001001 1000 1010 1010001 111011

Color Harmonies of #EB5D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D40

Black with #EB5D40

Text Example


Text Example

White with #EB5D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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