Html Css Color HEX #EB5E3E Flamingo

📋 copy color: '#EB5E3E'

red 235 ◦ green 94 ◦ blue 62

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

Shades of Flamingo #EB5E3E

Tints of Flamingo #EB5E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.86%

R = 60.1%
G = 24.04%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB5E3E (or 0xEB5E3E) is known color: Flamingo. HEX triplet: EB, 5E and 3E. RGB value is (235,94,62). Sum of RGB (Red+Green+Blue) = 235+94+62=391 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.10% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E3E is #14A1C1. Grayscale: #848484. Windows color (decimal): -1352130 or 4087531. OLE color: 4087531.

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

Color convert

RGB 235 94 62 -
CMYK 0 0.6 0.74 0.08
HSL 11.1º 0.81% 0.58% -
HSV(B) 11.1º 0.74% 0.92% -
XYZ 39.13 26.02 7.52 -
YUV 132.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 235 94 62 0 0.6 0.74 0.08 11.1 0.81 0.58
Hex EB 5E 3E 0 3C 4A 8 B 51 3A
Octal 353 136 76 0 74 112 10 13 121 72
Binary 11101011 1011110 111110 0 111100 1001010 1000 1011 1010001 111010

Color Harmonies of #EB5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E3E

Black with #EB5E3E

Text Example


Text Example

White with #EB5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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