Html Css Color HEX #E58350 Flamenco

📋 copy color: '#E58350'

red 229 ◦ green 131 ◦ blue 80

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

Shades of Flamenco #E58350

Tints of Flamenco #E58350

RGB

 RED value IS 229 (89.84% from 255) = 52.05%

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

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 52.05%
G = 29.77%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E58350 (or 0xE58350) is known color: Flamenco. HEX triplet: E5, 83 and 50. RGB value is (229,131,80). Sum of RGB (Red+Green+Blue) = 229+131+80=440 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.05% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 229 - color contains mainly: red. Hex color #E58350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E58350 is #1A7CAF. Grayscale: #9A9A9A. Windows color (decimal): -1735856 or 5276645. OLE color: 5276645.

HSL color Cylindrical-coordinate representation of color #E58350: hue angle of 20.54º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E58350 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 131 80 -
CMYK 0 0.43 0.65 0.10
HSL 20.54º 0.74% 0.61% -
HSV(B) 20.54º 0.65% 0.9% -
XYZ 41.88 33.47 11.84 -
YUV 154.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 229 131 80 0 0.43 0.65 0.10 20.54 0.74 0.61
Hex E5 83 50 0 2B 41 A 15 4A 3D
Octal 345 203 120 0 53 101 12 25 112 75
Binary 11100101 10000011 1010000 0 101011 1000001 1010 10101 1001010 111101

Color Harmonies of #E58350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58350

Black with #E58350

Text Example


Text Example

White with #E58350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58350; }

 p { color: rgb(229,131,80); }

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

background-color css

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

 a { background-color: rgb(229,131,80); }

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

border-color css

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

 span { border-color: rgb(229,131,80); }

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