Html Css Color HEX #EB8144 Flamenco

📋 copy color: '#EB8144'

red 235 ◦ green 129 ◦ blue 68

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

Shades of Flamenco #EB8144

Tints of Flamenco #EB8144

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.86%

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

R = 54.4%
G = 29.86%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#EB8144 (or 0xEB8144) is known color: Flamenco. HEX triplet: EB, 81 and 44. RGB value is (235,129,68). Sum of RGB (Red+Green+Blue) = 235+129+68=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 68 (26.95% from 255 or 15.74% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8144 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8144 is #147EBB. Grayscale: #9A9A9A. Windows color (decimal): -1343164 or 4489707. OLE color: 4489707.

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

Color convert

RGB 235 129 68 -
CMYK 0 0.45 0.71 0.08
HSL 21.92º 0.81% 0.59% -
HSV(B) 21.92º 0.71% 0.92% -
XYZ 43.15 33.78 9.71 -
YUV 153.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 235 129 68 0 0.45 0.71 0.08 21.92 0.81 0.59
Hex EB 81 44 0 2D 47 8 16 51 3B
Octal 353 201 104 0 55 107 10 26 121 73
Binary 11101011 10000001 1000100 0 101101 1000111 1000 10110 1010001 111011

Color Harmonies of #EB8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8144

Black with #EB8144

Text Example


Text Example

White with #EB8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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