Html Css Color HEX #E18C4A Flamenco

📋 copy color: '#E18C4A'

red 225 ◦ green 140 ◦ blue 74

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

Shades of Flamenco #E18C4A

Tints of Flamenco #E18C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 51.25%
G = 31.89%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E18C4A (or 0xE18C4A) is known color: Flamenco. HEX triplet: E1, 8C and 4A. RGB value is (225,140,74). Sum of RGB (Red+Green+Blue) = 225+140+74=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18C4A is #1E73B5. Grayscale: #9E9E9E. Windows color (decimal): -1995702 or 4885729. OLE color: 4885729.

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

Color convert

RGB 225 140 74 -
CMYK 0 0.38 0.67 0.12
HSL 26.23º 0.72% 0.59% -
HSV(B) 26.23º 0.67% 0.88% -
XYZ 41.67 35.26 11.09 -
YUV 157.89 80.66 175.87 -
System Red Green Blue C M Y K H S L
Decimal 225 140 74 0 0.38 0.67 0.12 26.23 0.72 0.59
Hex E1 8C 4A 0 26 43 C 1A 48 3B
Octal 341 214 112 0 46 103 14 32 110 73
Binary 11100001 10001100 1001010 0 100110 1000011 1100 11010 1001000 111011

Color Harmonies of #E18C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C4A

Black with #E18C4A

Text Example


Text Example

White with #E18C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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