Html Css Color HEX #E48E4A Flamenco

📋 copy color: '#E48E4A'

red 228 ◦ green 142 ◦ blue 74

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

Shades of Flamenco #E48E4A

Tints of Flamenco #E48E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 51.35%
G = 31.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E48E4A (or 0xE48E4A) is known color: Flamenco. HEX triplet: E4, 8E and 4A. RGB value is (228,142,74). Sum of RGB (Red+Green+Blue) = 228+142+74=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E4A is #1B71B5. Grayscale: #A0A0A0. Windows color (decimal): -1798582 or 4886244. OLE color: 4886244.

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

Color convert

RGB 228 142 74 -
CMYK 0 0.38 0.68 0.11
HSL 26.49º 0.74% 0.59% -
HSV(B) 26.49º 0.68% 0.89% -
XYZ 42.9 36.33 11.23 -
YUV 159.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 228 142 74 0 0.38 0.68 0.11 26.49 0.74 0.59
Hex E4 8E 4A 0 26 44 B 1A 4A 3B
Octal 344 216 112 0 46 104 13 32 112 73
Binary 11100100 10001110 1001010 0 100110 1000100 1011 11010 1001010 111011

Color Harmonies of #E48E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E4A

Black with #E48E4A

Text Example


Text Example

White with #E48E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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