Html Css Color HEX #EB5E3F Flamingo

📋 copy color: '#EB5E3F'

red 235 ◦ green 94 ◦ blue 63

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

Shades of Flamingo #EB5E3F

Tints of Flamingo #EB5E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.07%

R = 59.95%
G = 23.98%
B = 16.07%

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

#EB5E3F (or 0xEB5E3F) is known color: Flamingo. HEX triplet: EB, 5E and 3F. RGB value is (235,94,63). Sum of RGB (Red+Green+Blue) = 235+94+63=392 (51% of max value = 765). Red value is 235 (92.19% from 255 or 59.95% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 63 (25% from 255 or 16.07% from 392); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5E3F is #14A1C0. Grayscale: #848484. Windows color (decimal): -1352129 or 4153067. OLE color: 4153067.

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

Color convert

RGB 235 94 63 -
CMYK 0 0.6 0.73 0.08
HSL 10.81º 0.81% 0.58% -
HSV(B) 10.81º 0.73% 0.92% -
XYZ 39.16 26.03 7.66 -
YUV 132.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 235 94 63 0 0.6 0.73 0.08 10.81 0.81 0.58
Hex EB 5E 3F 0 3C 49 8 B 51 3A
Octal 353 136 77 0 74 111 10 13 121 72
Binary 11101011 1011110 111111 0 111100 1001001 1000 1011 1010001 111010

Color Harmonies of #EB5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E3F

Black with #EB5E3F

Text Example


Text Example

White with #EB5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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