Html Css Color HEX #E6854C Flamenco

📋 copy color: '#E6854C'

red 230 ◦ green 133 ◦ blue 76

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

Shades of Flamenco #E6854C

Tints of Flamenco #E6854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.3%

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

R = 52.39%
G = 30.3%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6854C (or 0xE6854C) is known color: Flamenco. HEX triplet: E6, 85 and 4C. RGB value is (230,133,76). Sum of RGB (Red+Green+Blue) = 230+133+76=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6854C is #197AB3. Grayscale: #9B9B9B. Windows color (decimal): -1669812 or 5015014. OLE color: 5015014.

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

Color convert

RGB 230 133 76 -
CMYK 0 0.42 0.67 0.10
HSL 22.21º 0.75% 0.6% -
HSV(B) 22.21º 0.67% 0.9% -
XYZ 42.33 34.12 11.19 -
YUV 155.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 230 133 76 0 0.42 0.67 0.10 22.21 0.75 0.6
Hex E6 85 4C 0 2A 43 A 16 4B 3C
Octal 346 205 114 0 52 103 12 26 113 74
Binary 11100110 10000101 1001100 0 101010 1000011 1010 10110 1001011 111100

Color Harmonies of #E6854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6854C

Black with #E6854C

Text Example


Text Example

White with #E6854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6854C; }

 p { color: rgb(230,133,76); }

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

background-color css

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

 a { background-color: rgb(230,133,76); }

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

border-color css

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

 span { border-color: rgb(230,133,76); }

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