Html Css Color HEX #E18C4D Flamenco

📋 copy color: '#E18C4D'

red 225 ◦ green 140 ◦ blue 77

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

Shades of Flamenco #E18C4D

Tints of Flamenco #E18C4D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 50.9%
G = 31.67%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E18C4D (or 0xE18C4D) is known color: Flamenco. HEX triplet: E1, 8C and 4D. RGB value is (225,140,77). Sum of RGB (Red+Green+Blue) = 225+140+77=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18C4D is #1E73B2. Grayscale: #9E9E9E. Windows color (decimal): -1995699 or 5082337. OLE color: 5082337.

HSL color Cylindrical-coordinate representation of color #E18C4D: hue angle of 25.54º 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 #E18C4D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 140 77 -
CMYK 0 0.38 0.66 0.12
HSL 25.54º 0.71% 0.59% -
HSV(B) 25.54º 0.66% 0.88% -
XYZ 41.77 35.3 11.63 -
YUV 158.23 82.16 175.62 -
System Red Green Blue C M Y K H S L
Decimal 225 140 77 0 0.38 0.66 0.12 25.54 0.71 0.59
Hex E1 8C 4D 0 26 42 C 1A 47 3B
Octal 341 214 115 0 46 102 14 32 107 73
Binary 11100001 10001100 1001101 0 100110 1000010 1100 11010 1000111 111011

Color Harmonies of #E18C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C4D

Black with #E18C4D

Text Example


Text Example

White with #E18C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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