Html Css Color HEX #EB6240 Flamingo

📋 copy color: '#EB6240'

red 235 ◦ green 98 ◦ blue 64

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

Shades of Flamingo #EB6240

Tints of Flamingo #EB6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.69%

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

R = 59.19%
G = 24.69%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB6240 (or 0xEB6240) is known color: Flamingo. HEX triplet: EB, 62 and 40. RGB value is (235,98,64). Sum of RGB (Red+Green+Blue) = 235+98+64=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6240 is #149DBF. Grayscale: #878787. Windows color (decimal): -1351104 or 4219627. OLE color: 4219627.

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

Color convert

RGB 235 98 64 -
CMYK 0 0.58 0.73 0.08
HSL 11.93º 0.81% 0.59% -
HSV(B) 11.93º 0.73% 0.92% -
XYZ 39.55 26.77 7.93 -
YUV 135.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 235 98 64 0 0.58 0.73 0.08 11.93 0.81 0.59
Hex EB 62 40 0 3A 49 8 C 51 3B
Octal 353 142 100 0 72 111 10 14 121 73
Binary 11101011 1100010 1000000 0 111010 1001001 1000 1100 1010001 111011

Color Harmonies of #EB6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6240

Black with #EB6240

Text Example


Text Example

White with #EB6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6240; }

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

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

background-color css

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

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

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

border-color css

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

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

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