Html Css Color HEX #E48346 Flamenco

📋 copy color: '#E48346'

red 228 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #E48346

Tints of Flamenco #E48346

RGB

 RED value IS 228 (89.45% from 255) = 53.15%

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

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 53.15%
G = 30.54%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E48346 (or 0xE48346) is known color: Flamenco. HEX triplet: E4, 83 and 46. RGB value is (228,131,70). Sum of RGB (Red+Green+Blue) = 228+131+70=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E48346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48346 is #1B7CB9. Grayscale: #999999. Windows color (decimal): -1801402 or 4621284. OLE color: 4621284.

HSL color Cylindrical-coordinate representation of color #E48346: hue angle of 23.16º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E48346 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 131 70 -
CMYK 0 0.43 0.69 0.11
HSL 23.16º 0.75% 0.58% -
HSV(B) 23.16º 0.69% 0.89% -
XYZ 41.22 33.17 10.02 -
YUV 153.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 228 131 70 0 0.43 0.69 0.11 23.16 0.75 0.58
Hex E4 83 46 0 2B 45 B 17 4B 3A
Octal 344 203 106 0 53 105 13 27 113 72
Binary 11100100 10000011 1000110 0 101011 1000101 1011 10111 1001011 111010

Color Harmonies of #E48346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48346

Black with #E48346

Text Example


Text Example

White with #E48346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48346; }

 p { color: rgb(228,131,70); }

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

background-color css

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

 a { background-color: rgb(228,131,70); }

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

border-color css

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

 span { border-color: rgb(228,131,70); }

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