Html Css Color HEX #E48146 Flamenco

📋 copy color: '#E48146'

red 228 ◦ green 129 ◦ blue 70

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

Shades of Flamenco #E48146

Tints of Flamenco #E48146

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.21%

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

R = 53.4%
G = 30.21%
B = 16.39%

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

#E48146 (or 0xE48146) is known color: Flamenco. HEX triplet: E4, 81 and 46. RGB value is (228,129,70). Sum of RGB (Red+Green+Blue) = 228+129+70=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E48146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48146 is #1B7EB9. Grayscale: #989898. Windows color (decimal): -1801914 or 4620772. OLE color: 4620772.

HSL color Cylindrical-coordinate representation of color #E48146: hue angle of 22.41º 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 #E48146 is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 129 70 -
CMYK 0 0.43 0.69 0.11
HSL 22.41º 0.75% 0.58% -
HSV(B) 22.41º 0.69% 0.89% -
XYZ 40.95 32.64 9.94 -
YUV 151.88 81.8 182.3 -
System Red Green Blue C M Y K H S L
Decimal 228 129 70 0 0.43 0.69 0.11 22.41 0.75 0.58
Hex E4 81 46 0 2B 45 B 16 4B 3A
Octal 344 201 106 0 53 105 13 26 113 72
Binary 11100100 10000001 1000110 0 101011 1000101 1011 10110 1001011 111010

Color Harmonies of #E48146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48146

Black with #E48146

Text Example


Text Example

White with #E48146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48146; }

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

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

background-color css

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

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

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

border-color css

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

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

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