Html Css Color HEX #E3824A Flamenco

📋 copy color: '#E3824A'

red 227 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #E3824A

Tints of Flamenco #E3824A

RGB

 RED value IS 227 (89.06% from 255) = 52.67%

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

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

R = 52.67%
G = 30.16%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E3824A (or 0xE3824A) is known color: Flamenco. HEX triplet: E3, 82 and 4A. RGB value is (227,130,74). Sum of RGB (Red+Green+Blue) = 227+130+74=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3824A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3824A is #1C7DB5. Grayscale: #989898. Windows color (decimal): -1867190 or 4883171. OLE color: 4883171.

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

Color convert

RGB 227 130 74 -
CMYK 0 0.43 0.67 0.11
HSL 21.96º 0.73% 0.59% -
HSV(B) 21.96º 0.67% 0.89% -
XYZ 40.9 32.79 10.65 -
YUV 152.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 227 130 74 0 0.43 0.67 0.11 21.96 0.73 0.59
Hex E3 82 4A 0 2B 43 B 16 49 3B
Octal 343 202 112 0 53 103 13 26 111 73
Binary 11100011 10000010 1001010 0 101011 1000011 1011 10110 1001001 111011

Color Harmonies of #E3824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3824A

Black with #E3824A

Text Example


Text Example

White with #E3824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3824A; }

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

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

background-color css

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

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

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

border-color css

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

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

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