Html Css Color HEX #E18A52 Flamenco

📋 copy color: '#E18A52'

red 225 ◦ green 138 ◦ blue 82

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

Shades of Flamenco #E18A52

Tints of Flamenco #E18A52

RGB

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

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

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

R = 50.56%
G = 31.01%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18A52 (or 0xE18A52) is known color: Flamenco. HEX triplet: E1, 8A and 52. RGB value is (225,138,82). Sum of RGB (Red+Green+Blue) = 225+138+82=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 82 (32.42% from 255 or 18.43% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18A52 is #1E75AD. Grayscale: #9D9D9D. Windows color (decimal): -1996206 or 5409505. OLE color: 5409505.

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

Color convert

RGB 225 138 82 -
CMYK 0 0.39 0.64 0.12
HSL 23.5º 0.7% 0.6% -
HSV(B) 23.5º 0.64% 0.88% -
XYZ 41.66 34.79 12.5 -
YUV 157.63 85.32 176.05 -
System Red Green Blue C M Y K H S L
Decimal 225 138 82 0 0.39 0.64 0.12 23.5 0.7 0.6
Hex E1 8A 52 0 27 40 C 17 46 3C
Octal 341 212 122 0 47 100 14 27 106 74
Binary 11100001 10001010 1010010 0 100111 1000000 1100 10111 1000110 111100

Color Harmonies of #E18A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A52

Black with #E18A52

Text Example


Text Example

White with #E18A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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