Html Css Color HEX #EB5A40 Flamingo

📋 copy color: '#EB5A40'

red 235 ◦ green 90 ◦ blue 64

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

Shades of Flamingo #EB5A40

Tints of Flamingo #EB5A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 60.41%
G = 23.14%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB5A40 (or 0xEB5A40) is known color: Flamingo. HEX triplet: EB, 5A and 40. RGB value is (235,90,64). Sum of RGB (Red+Green+Blue) = 235+90+64=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5A40 is #14A5BF. Grayscale: #828282. Windows color (decimal): -1353152 or 4217579. OLE color: 4217579.

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

Color convert

RGB 235 90 64 -
CMYK 0 0.62 0.73 0.08
HSL 9.12º 0.81% 0.59% -
HSV(B) 9.12º 0.73% 0.92% -
XYZ 38.84 25.34 7.7 -
YUV 130.39 90.54 202.61 -
System Red Green Blue C M Y K H S L
Decimal 235 90 64 0 0.62 0.73 0.08 9.12 0.81 0.59
Hex EB 5A 40 0 3E 49 8 9 51 3B
Octal 353 132 100 0 76 111 10 11 121 73
Binary 11101011 1011010 1000000 0 111110 1001001 1000 1001 1010001 111011

Color Harmonies of #EB5A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A40

Black with #EB5A40

Text Example


Text Example

White with #EB5A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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