Html Css Color HEX #EB6844 Flamingo

📋 copy color: '#EB6844'

red 235 ◦ green 104 ◦ blue 68

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

Shades of Flamingo #EB6844

Tints of Flamingo #EB6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 57.74%
G = 25.55%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB6844 (or 0xEB6844) is known color: Flamingo. HEX triplet: EB, 68 and 44. RGB value is (235,104,68). Sum of RGB (Red+Green+Blue) = 235+104+68=407 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.74% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6844 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6844 is #1497BB. Grayscale: #8B8B8B. Windows color (decimal): -1349564 or 4483307. OLE color: 4483307.

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

Color convert

RGB 235 104 68 -
CMYK 0 0.56 0.71 0.08
HSL 12.93º 0.81% 0.59% -
HSV(B) 12.93º 0.71% 0.92% -
XYZ 40.25 27.98 8.75 -
YUV 139.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 235 104 68 0 0.56 0.71 0.08 12.93 0.81 0.59
Hex EB 68 44 0 38 47 8 D 51 3B
Octal 353 150 104 0 70 107 10 15 121 73
Binary 11101011 1101000 1000100 0 111000 1000111 1000 1101 1010001 111011

Color Harmonies of #EB6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6844

Black with #EB6844

Text Example


Text Example

White with #EB6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6844; }

 p { color: rgb(235,104,68); }

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

background-color css

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

 a { background-color: rgb(235,104,68); }

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

border-color css

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

 span { border-color: rgb(235,104,68); }

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