Html Css Color HEX #E18652 Flamenco

📋 copy color: '#E18652'

red 225 ◦ green 134 ◦ blue 82

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

Shades of Flamenco #E18652

Tints of Flamenco #E18652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.39%

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

R = 51.02%
G = 30.39%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18652 (or 0xE18652) is known color: Flamenco. HEX triplet: E1, 86 and 52. RGB value is (225,134,82). Sum of RGB (Red+Green+Blue) = 225+134+82=441 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.02% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 225 - color contains mainly: red. Hex color #E18652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18652 is #1E79AD. Grayscale: #9B9B9B. Windows color (decimal): -1997230 or 5408481. OLE color: 5408481.

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

Color convert

RGB 225 134 82 -
CMYK 0 0.40 0.64 0.12
HSL 21.82º 0.7% 0.6% -
HSV(B) 21.82º 0.64% 0.88% -
XYZ 41.1 33.67 12.31 -
YUV 155.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 225 134 82 0 0.40 0.64 0.12 21.82 0.7 0.6
Hex E1 86 52 0 28 40 C 16 46 3C
Octal 341 206 122 0 50 100 14 26 106 74
Binary 11100001 10000110 1010010 0 101000 1000000 1100 10110 1000110 111100

Color Harmonies of #E18652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18652

Black with #E18652

Text Example


Text Example

White with #E18652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18652; }

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

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

background-color css

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

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

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

border-color css

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

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

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