Html Css Color HEX #E6814F Flamenco

📋 copy color: '#E6814F'

red 230 ◦ green 129 ◦ blue 79

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

Shades of Flamenco #E6814F

Tints of Flamenco #E6814F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 52.51%
G = 29.45%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6814F (or 0xE6814F) is known color: Flamenco. HEX triplet: E6, 81 and 4F. RGB value is (230,129,79). Sum of RGB (Red+Green+Blue) = 230+129+79=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6814F is #197EB0. Grayscale: #999999. Windows color (decimal): -1670833 or 5210598. OLE color: 5210598.

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

Color convert

RGB 230 129 79 -
CMYK 0 0.44 0.66 0.10
HSL 19.87º 0.75% 0.61% -
HSV(B) 19.87º 0.66% 0.9% -
XYZ 41.89 33.09 11.58 -
YUV 153.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 230 129 79 0 0.44 0.66 0.10 19.87 0.75 0.61
Hex E6 81 4F 0 2C 42 A 14 4B 3D
Octal 346 201 117 0 54 102 12 24 113 75
Binary 11100110 10000001 1001111 0 101100 1000010 1010 10100 1001011 111101

Color Harmonies of #E6814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6814F

Black with #E6814F

Text Example


Text Example

White with #E6814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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