Html Css Color HEX #E3824C Flamenco

📋 copy color: '#E3824C'

red 227 ◦ green 130 ◦ blue 76

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

Shades of Flamenco #E3824C

Tints of Flamenco #E3824C

RGB

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

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

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

R = 52.42%
G = 30.02%
B = 17.55%

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

#E3824C (or 0xE3824C) is known color: Flamenco. HEX triplet: E3, 82 and 4C. RGB value is (227,130,76). Sum of RGB (Red+Green+Blue) = 227+130+76=433 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.42% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 227 - color contains mainly: red. Hex color #E3824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3824C is #1C7DB3. Grayscale: #999999. Windows color (decimal): -1867188 or 5014243. OLE color: 5014243.

HSL color Cylindrical-coordinate representation of color #E3824C: hue angle of 21.46º 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 #E3824C is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 76 -
CMYK 0 0.43 0.67 0.11
HSL 21.46º 0.73% 0.59% -
HSV(B) 21.46º 0.67% 0.89% -
XYZ 40.97 32.82 11.01 -
YUV 152.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 227 130 76 0 0.43 0.67 0.11 21.46 0.73 0.59
Hex E3 82 4C 0 2B 43 B 15 49 3B
Octal 343 202 114 0 53 103 13 25 111 73
Binary 11100011 10000010 1001100 0 101011 1000011 1011 10101 1001001 111011

Color Harmonies of #E3824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3824C

Black with #E3824C

Text Example


Text Example

White with #E3824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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