Html Css Color HEX #E68344 Flamenco

📋 copy color: '#E68344'

red 230 ◦ green 131 ◦ blue 68

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

Shades of Flamenco #E68344

Tints of Flamenco #E68344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.54%

 BLUE value IS 68 (26.95% from 255) = 15.85%

R = 53.61%
G = 30.54%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E68344 (or 0xE68344) is known color: Flamenco. HEX triplet: E6, 83 and 44. RGB value is (230,131,68). Sum of RGB (Red+Green+Blue) = 230+131+68=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E68344 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68344 is #197CBB. Grayscale: #999999. Windows color (decimal): -1670332 or 4490214. OLE color: 4490214.

HSL color Cylindrical-coordinate representation of color #E68344: hue angle of 23.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68344 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 131 68 -
CMYK 0 0.43 0.70 0.10
HSL 23.33º 0.76% 0.58% -
HSV(B) 23.33º 0.7% 0.9% -
XYZ 41.79 33.47 9.73 -
YUV 153.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 230 131 68 0 0.43 0.70 0.10 23.33 0.76 0.58
Hex E6 83 44 0 2B 46 A 17 4C 3A
Octal 346 203 104 0 53 106 12 27 114 72
Binary 11100110 10000011 1000100 0 101011 1000110 1010 10111 1001100 111010

Color Harmonies of #E68344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68344

Black with #E68344

Text Example


Text Example

White with #E68344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68344; }

 p { color: rgb(230,131,68); }

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

background-color css

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

 a { background-color: rgb(230,131,68); }

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

border-color css

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

 span { border-color: rgb(230,131,68); }

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