Html Css Color HEX #E8824A Flamenco

📋 copy color: '#E8824A'

red 232 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #E8824A

Tints of Flamenco #E8824A

RGB

 RED value IS 232 (91.02% from 255) = 53.21%

 GREEN value IS 130 (51.17% from 255) = 29.82%

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

R = 53.21%
G = 29.82%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8824A (or 0xE8824A) is known color: Flamenco. HEX triplet: E8, 82 and 4A. RGB value is (232,130,74). Sum of RGB (Red+Green+Blue) = 232+130+74=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E8824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8824A is #177DB5. Grayscale: #9A9A9A. Windows color (decimal): -1539510 or 4883176. OLE color: 4883176.

HSL color Cylindrical-coordinate representation of color #E8824A: hue angle of 21.27º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E8824A is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 130 74 -
CMYK 0 0.44 0.68 0.09
HSL 21.27º 0.77% 0.6% -
HSV(B) 21.27º 0.68% 0.91% -
XYZ 42.5 33.62 10.73 -
YUV 154.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 232 130 74 0 0.44 0.68 0.09 21.27 0.77 0.6
Hex E8 82 4A 0 2C 44 9 15 4D 3C
Octal 350 202 112 0 54 104 11 25 115 74
Binary 11101000 10000010 1001010 0 101100 1000100 1001 10101 1001101 111100

Color Harmonies of #E8824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8824A

Black with #E8824A

Text Example


Text Example

White with #E8824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8824A; }

 p { color: rgb(232,130,74); }

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

background-color css

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

 a { background-color: rgb(232,130,74); }

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

border-color css

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

 span { border-color: rgb(232,130,74); }

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