Html Css Color HEX #E18D52 Flamenco

📋 copy color: '#E18D52'

red 225 ◦ green 141 ◦ blue 82

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

Shades of Flamenco #E18D52

Tints of Flamenco #E18D52

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.47%

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 50.22%
G = 31.47%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18D52 (or 0xE18D52) is known color: Flamenco. HEX triplet: E1, 8D and 52. RGB value is (225,141,82). Sum of RGB (Red+Green+Blue) = 225+141+82=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18D52 is #1E72AD. Grayscale: #9F9F9F. Windows color (decimal): -1995438 or 5410273. OLE color: 5410273.

HSL color Cylindrical-coordinate representation of color #E18D52: hue angle of 24.76º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E18D52 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 82 -
CMYK 0 0.37 0.64 0.12
HSL 24.76º 0.7% 0.6% -
HSV(B) 24.76º 0.64% 0.88% -
XYZ 42.1 35.67 12.65 -
YUV 159.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 225 141 82 0 0.37 0.64 0.12 24.76 0.7 0.6
Hex E1 8D 52 0 25 40 C 19 46 3C
Octal 341 215 122 0 45 100 14 31 106 74
Binary 11100001 10001101 1010010 0 100101 1000000 1100 11001 1000110 111100

Color Harmonies of #E18D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D52

Black with #E18D52

Text Example


Text Example

White with #E18D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D52; }

 p { color: rgb(225,141,82); }

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

background-color css

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

 a { background-color: rgb(225,141,82); }

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

border-color css

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

 span { border-color: rgb(225,141,82); }

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