Html Css Color HEX #E6814C Flamenco

📋 copy color: '#E6814C'

red 230 ◦ green 129 ◦ blue 76

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

Shades of Flamenco #E6814C

Tints of Flamenco #E6814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.66%

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

R = 52.87%
G = 29.66%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6814C (or 0xE6814C) is known color: Flamenco. HEX triplet: E6, 81 and 4C. RGB value is (230,129,76). Sum of RGB (Red+Green+Blue) = 230+129+76=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 129 (50.78% from 255 or 29.66% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6814C is #197EB3. Grayscale: #999999. Windows color (decimal): -1670836 or 5013990. OLE color: 5013990.

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

Color convert

RGB 230 129 76 -
CMYK 0 0.44 0.67 0.10
HSL 20.65º 0.75% 0.6% -
HSV(B) 20.65º 0.67% 0.9% -
XYZ 41.79 33.05 11.01 -
YUV 153.16 84.46 182.81 -
System Red Green Blue C M Y K H S L
Decimal 230 129 76 0 0.44 0.67 0.10 20.65 0.75 0.6
Hex E6 81 4C 0 2C 43 A 15 4B 3C
Octal 346 201 114 0 54 103 12 25 113 74
Binary 11100110 10000001 1001100 0 101100 1000011 1010 10101 1001011 111100

Color Harmonies of #E6814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6814C

Black with #E6814C

Text Example


Text Example

White with #E6814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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