Html Css Color HEX #EB6345 Flamingo

📋 copy color: '#EB6345'

red 235 ◦ green 99 ◦ blue 69

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

Shades of Flamingo #EB6345

Tints of Flamingo #EB6345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 58.31%
G = 24.57%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB6345 (or 0xEB6345) is known color: Flamingo. HEX triplet: EB, 63 and 45. RGB value is (235,99,69). Sum of RGB (Red+Green+Blue) = 235+99+69=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6345 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6345 is #149CBA. Grayscale: #888888. Windows color (decimal): -1350843 or 4547563. OLE color: 4547563.

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

Color convert

RGB 235 99 69 -
CMYK 0 0.58 0.71 0.08
HSL 10.84º 0.81% 0.6% -
HSV(B) 10.84º 0.71% 0.92% -
XYZ 39.8 27.02 8.75 -
YUV 136.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 235 99 69 0 0.58 0.71 0.08 10.84 0.81 0.6
Hex EB 63 45 0 3A 47 8 B 51 3C
Octal 353 143 105 0 72 107 10 13 121 74
Binary 11101011 1100011 1000101 0 111010 1000111 1000 1011 1010001 111100

Color Harmonies of #EB6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6345

Black with #EB6345

Text Example


Text Example

White with #EB6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6345; }

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

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

background-color css

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

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

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

border-color css

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

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

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