Html Css Color HEX #E6844B Flamenco

📋 copy color: '#E6844B'

red 230 ◦ green 132 ◦ blue 75

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

Shades of Flamenco #E6844B

Tints of Flamenco #E6844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.21%

 BLUE value IS 75 (29.69% from 255) = 17.16%

R = 52.63%
G = 30.21%
B = 17.16%

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

#E6844B (or 0xE6844B) is known color: Flamenco. HEX triplet: E6, 84 and 4B. RGB value is (230,132,75). Sum of RGB (Red+Green+Blue) = 230+132+75=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 75 (29.69% from 255 or 17.16% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6844B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6844B is #197BB4. Grayscale: #9B9B9B. Windows color (decimal): -1670069 or 4949222. OLE color: 4949222.

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

Color convert

RGB 230 132 75 -
CMYK 0 0.43 0.67 0.10
HSL 22.06º 0.76% 0.6% -
HSV(B) 22.06º 0.67% 0.9% -
XYZ 42.15 33.83 10.97 -
YUV 154.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 230 132 75 0 0.43 0.67 0.10 22.06 0.76 0.6
Hex E6 84 4B 0 2B 43 A 16 4C 3C
Octal 346 204 113 0 53 103 12 26 114 74
Binary 11100110 10000100 1001011 0 101011 1000011 1010 10110 1001100 111100

Color Harmonies of #E6844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6844B

Black with #E6844B

Text Example


Text Example

White with #E6844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6844B; }

 p { color: rgb(230,132,75); }

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

background-color css

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

 a { background-color: rgb(230,132,75); }

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

border-color css

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

 span { border-color: rgb(230,132,75); }

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