Html Css Color HEX #EB6341 Flamingo

📋 copy color: '#EB6341'

red 235 ◦ green 99 ◦ blue 65

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

Shades of Flamingo #EB6341

Tints of Flamingo #EB6341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.81%

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 58.9%
G = 24.81%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB6341 (or 0xEB6341) is known color: Flamingo. HEX triplet: EB, 63 and 41. RGB value is (235,99,65). Sum of RGB (Red+Green+Blue) = 235+99+65=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6341 is #149CBE. Grayscale: #888888. Windows color (decimal): -1350847 or 4285419. OLE color: 4285419.

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

Color convert

RGB 235 99 65 -
CMYK 0 0.58 0.72 0.08
HSL 12º 0.81% 0.59% -
HSV(B) 12º 0.72% 0.92% -
XYZ 39.68 26.97 8.12 -
YUV 135.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 235 99 65 0 0.58 0.72 0.08 12 0.81 0.59
Hex EB 63 41 0 3A 48 8 C 51 3B
Octal 353 143 101 0 72 110 10 14 121 73
Binary 11101011 1100011 1000001 0 111010 1001000 1000 1100 1010001 111011

Color Harmonies of #EB6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6341

Black with #EB6341

Text Example


Text Example

White with #EB6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6341; }

 p { color: rgb(235,99,65); }

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

background-color css

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

 a { background-color: rgb(235,99,65); }

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

border-color css

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

 span { border-color: rgb(235,99,65); }

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