Html Css Color HEX #E1834C Flamenco

📋 copy color: '#E1834C'

red 225 ◦ green 131 ◦ blue 76

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

Shades of Flamenco #E1834C

Tints of Flamenco #E1834C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.32%

 BLUE value IS 76 (30.08% from 255) = 17.59%

R = 52.08%
G = 30.32%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1834C (or 0xE1834C) is known color: Flamenco. HEX triplet: E1, 83 and 4C. RGB value is (225,131,76). Sum of RGB (Red+Green+Blue) = 225+131+76=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1834C is #1E7CB3. Grayscale: #999999. Windows color (decimal): -1998004 or 5014497. OLE color: 5014497.

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

Color convert

RGB 225 131 76 -
CMYK 0 0.42 0.66 0.12
HSL 22.15º 0.71% 0.59% -
HSV(B) 22.15º 0.66% 0.88% -
XYZ 40.47 32.76 11.03 -
YUV 152.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 225 131 76 0 0.42 0.66 0.12 22.15 0.71 0.59
Hex E1 83 4C 0 2A 42 C 16 47 3B
Octal 341 203 114 0 52 102 14 26 107 73
Binary 11100001 10000011 1001100 0 101010 1000010 1100 10110 1000111 111011

Color Harmonies of #E1834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1834C

Black with #E1834C

Text Example


Text Example

White with #E1834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1834C; }

 p { color: rgb(225,131,76); }

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

background-color css

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

 a { background-color: rgb(225,131,76); }

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

border-color css

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

 span { border-color: rgb(225,131,76); }

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