Html Css Color HEX #E48652 Flamenco

📋 copy color: '#E48652'

red 228 ◦ green 134 ◦ blue 82

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

Shades of Flamenco #E48652

Tints of Flamenco #E48652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.18%

 BLUE value IS 82 (32.42% from 255) = 18.47%

R = 51.35%
G = 30.18%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E48652 (or 0xE48652) is known color: Flamenco. HEX triplet: E4, 86 and 52. RGB value is (228,134,82). Sum of RGB (Red+Green+Blue) = 228+134+82=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 134 (52.73% from 255 or 30.18% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E48652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48652 is #1B79AD. Grayscale: #9C9C9C. Windows color (decimal): -1800622 or 5408484. OLE color: 5408484.

HSL color Cylindrical-coordinate representation of color #E48652: hue angle of 21.37º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E48652 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 134 82 -
CMYK 0 0.41 0.64 0.11
HSL 21.37º 0.73% 0.61% -
HSV(B) 21.37º 0.64% 0.89% -
XYZ 42.04 34.15 12.36 -
YUV 156.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 228 134 82 0 0.41 0.64 0.11 21.37 0.73 0.61
Hex E4 86 52 0 29 40 B 15 49 3D
Octal 344 206 122 0 51 100 13 25 111 75
Binary 11100100 10000110 1010010 0 101001 1000000 1011 10101 1001001 111101

Color Harmonies of #E48652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48652

Black with #E48652

Text Example


Text Example

White with #E48652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48652; }

 p { color: rgb(228,134,82); }

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

background-color css

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

 a { background-color: rgb(228,134,82); }

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

border-color css

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

 span { border-color: rgb(228,134,82); }

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