Html Css Color HEX #E18A4D Flamenco

📋 copy color: '#E18A4D'

red 225 ◦ green 138 ◦ blue 77

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

Shades of Flamenco #E18A4D

Tints of Flamenco #E18A4D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

 BLUE value IS 77 (30.47% from 255) = 17.5%

R = 51.14%
G = 31.36%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E18A4D (or 0xE18A4D) is known color: Flamenco. HEX triplet: E1, 8A and 4D. RGB value is (225,138,77). Sum of RGB (Red+Green+Blue) = 225+138+77=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A4D is #1E75B2. Grayscale: #9D9D9D. Windows color (decimal): -1996211 or 5081825. OLE color: 5081825.

HSL color Cylindrical-coordinate representation of color #E18A4D: hue angle of 24.73º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E18A4D is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 77 -
CMYK 0 0.39 0.66 0.12
HSL 24.73º 0.71% 0.59% -
HSV(B) 24.73º 0.66% 0.88% -
XYZ 41.48 34.72 11.54 -
YUV 157.06 82.82 176.46 -
System Red Green Blue C M Y K H S L
Decimal 225 138 77 0 0.39 0.66 0.12 24.73 0.71 0.59
Hex E1 8A 4D 0 27 42 C 19 47 3B
Octal 341 212 115 0 47 102 14 31 107 73
Binary 11100001 10001010 1001101 0 100111 1000010 1100 11001 1000111 111011

Color Harmonies of #E18A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A4D

Black with #E18A4D

Text Example


Text Example

White with #E18A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A4D; }

 p { color: rgb(225,138,77); }

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

background-color css

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

 a { background-color: rgb(225,138,77); }

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

border-color css

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

 span { border-color: rgb(225,138,77); }

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