Html Css Color HEX #E1834B Flamenco

📋 copy color: '#E1834B'

red 225 ◦ green 131 ◦ blue 75

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

Shades of Flamenco #E1834B

Tints of Flamenco #E1834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 52.2%
G = 30.39%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E1834B (or 0xE1834B) is known color: Flamenco. HEX triplet: E1, 83 and 4B. RGB value is (225,131,75). Sum of RGB (Red+Green+Blue) = 225+131+75=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1834B is #1E7CB4. Grayscale: #999999. Windows color (decimal): -1998005 or 4948961. OLE color: 4948961.

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

Color convert

RGB 225 131 75 -
CMYK 0 0.42 0.67 0.12
HSL 22.4º 0.71% 0.59% -
HSV(B) 22.4º 0.67% 0.88% -
XYZ 40.44 32.75 10.85 -
YUV 152.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 225 131 75 0 0.42 0.67 0.12 22.4 0.71 0.59
Hex E1 83 4B 0 2A 43 C 16 47 3B
Octal 341 203 113 0 52 103 14 26 107 73
Binary 11100001 10000011 1001011 0 101010 1000011 1100 10110 1000111 111011

Color Harmonies of #E1834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1834B

Black with #E1834B

Text Example


Text Example

White with #E1834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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