Html Css Color HEX #E6824D Flamenco

📋 copy color: '#E6824D'

red 230 ◦ green 130 ◦ blue 77

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

Shades of Flamenco #E6824D

Tints of Flamenco #E6824D

RGB

 RED value IS 230 (90.23% from 255) = 52.63%

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

 BLUE value IS 77 (30.47% from 255) = 17.62%

R = 52.63%
G = 29.75%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6824D (or 0xE6824D) is known color: Flamenco. HEX triplet: E6, 82 and 4D. RGB value is (230,130,77). Sum of RGB (Red+Green+Blue) = 230+130+77=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6824D is #197DB2. Grayscale: #9A9A9A. Windows color (decimal): -1670579 or 5079782. OLE color: 5079782.

HSL color Cylindrical-coordinate representation of color #E6824D: hue angle of 20.78º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E6824D is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 77 -
CMYK 0 0.43 0.67 0.10
HSL 20.78º 0.75% 0.6% -
HSV(B) 20.78º 0.67% 0.9% -
XYZ 41.96 33.32 11.24 -
YUV 153.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 230 130 77 0 0.43 0.67 0.10 20.78 0.75 0.6
Hex E6 82 4D 0 2B 43 A 15 4B 3C
Octal 346 202 115 0 53 103 12 25 113 74
Binary 11100110 10000010 1001101 0 101011 1000011 1010 10101 1001011 111100

Color Harmonies of #E6824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6824D

Black with #E6824D

Text Example


Text Example

White with #E6824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6824D; }

 p { color: rgb(230,130,77); }

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

background-color css

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

 a { background-color: rgb(230,130,77); }

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

border-color css

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

 span { border-color: rgb(230,130,77); }

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