Html Css Color HEX #E68540 Flamenco

📋 copy color: '#E68540'

red 230 ◦ green 133 ◦ blue 64

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

Shades of Flamenco #E68540

Tints of Flamenco #E68540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 53.86%
G = 31.15%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E68540 (or 0xE68540) is known color: Flamenco. HEX triplet: E6, 85 and 40. RGB value is (230,133,64). Sum of RGB (Red+Green+Blue) = 230+133+64=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E68540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68540 is #197ABF. Grayscale: #9A9A9A. Windows color (decimal): -1669824 or 4228582. OLE color: 4228582.

HSL color Cylindrical-coordinate representation of color #E68540: hue angle of 24.94º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E68540 is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 133 64 -
CMYK 0 0.42 0.72 0.10
HSL 24.94º 0.77% 0.58% -
HSV(B) 24.94º 0.72% 0.9% -
XYZ 41.95 33.97 9.2 -
YUV 154.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 230 133 64 0 0.42 0.72 0.10 24.94 0.77 0.58
Hex E6 85 40 0 2A 48 A 19 4D 3A
Octal 346 205 100 0 52 110 12 31 115 72
Binary 11100110 10000101 1000000 0 101010 1001000 1010 11001 1001101 111010

Color Harmonies of #E68540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68540

Black with #E68540

Text Example


Text Example

White with #E68540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68540; }

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

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

background-color css

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

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

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

border-color css

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

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

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