Html Css Color HEX #E48E4C Flamenco

📋 copy color: '#E48E4C'

red 228 ◦ green 142 ◦ blue 76

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

Shades of Flamenco #E48E4C

Tints of Flamenco #E48E4C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

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

R = 51.12%
G = 31.84%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E48E4C (or 0xE48E4C) is known color: Flamenco. HEX triplet: E4, 8E and 4C. RGB value is (228,142,76). Sum of RGB (Red+Green+Blue) = 228+142+76=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E4C is #1B71B3. Grayscale: #A0A0A0. Windows color (decimal): -1798580 or 5017316. OLE color: 5017316.

HSL color Cylindrical-coordinate representation of color #E48E4C: hue angle of 26.05º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E48E4C is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 76 -
CMYK 0 0.38 0.67 0.11
HSL 26.05º 0.74% 0.6% -
HSV(B) 26.05º 0.67% 0.89% -
XYZ 42.97 36.36 11.59 -
YUV 160.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 228 142 76 0 0.38 0.67 0.11 26.05 0.74 0.6
Hex E4 8E 4C 0 26 43 B 1A 4A 3C
Octal 344 216 114 0 46 103 13 32 112 74
Binary 11100100 10001110 1001100 0 100110 1000011 1011 11010 1001010 111100

Color Harmonies of #E48E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E4C

Black with #E48E4C

Text Example


Text Example

White with #E48E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E4C; }

 p { color: rgb(228,142,76); }

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

background-color css

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

 a { background-color: rgb(228,142,76); }

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

border-color css

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

 span { border-color: rgb(228,142,76); }

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