Html Css Color HEX #E18644 Flamenco

📋 copy color: '#E18644'

red 225 ◦ green 134 ◦ blue 68

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

Shades of Flamenco #E18644

Tints of Flamenco #E18644

RGB

 RED value IS 225 (88.28% from 255) = 52.69%

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 52.69%
G = 31.38%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E18644 (or 0xE18644) is known color: Flamenco. HEX triplet: E1, 86 and 44. RGB value is (225,134,68). Sum of RGB (Red+Green+Blue) = 225+134+68=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E18644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18644 is #1E79BB. Grayscale: #9A9A9A. Windows color (decimal): -1997244 or 4490977. OLE color: 4490977.

HSL color Cylindrical-coordinate representation of color #E18644: hue angle of 25.22º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E18644 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 68 -
CMYK 0 0.40 0.70 0.12
HSL 25.22º 0.72% 0.57% -
HSV(B) 25.22º 0.7% 0.88% -
XYZ 40.62 33.48 9.79 -
YUV 153.69 79.65 178.87 -
System Red Green Blue C M Y K H S L
Decimal 225 134 68 0 0.40 0.70 0.12 25.22 0.72 0.57
Hex E1 86 44 0 28 46 C 19 48 39
Octal 341 206 104 0 50 106 14 31 110 71
Binary 11100001 10000110 1000100 0 101000 1000110 1100 11001 1001000 111001

Color Harmonies of #E18644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18644

Black with #E18644

Text Example


Text Example

White with #E18644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18644; }

 p { color: rgb(225,134,68); }

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

background-color css

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

 a { background-color: rgb(225,134,68); }

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

border-color css

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

 span { border-color: rgb(225,134,68); }

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