Html Css Color HEX #E68740 Flamenco

📋 copy color: '#E68740'

red 230 ◦ green 135 ◦ blue 64

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

Shades of Flamenco #E68740

Tints of Flamenco #E68740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.47%

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

R = 53.61%
G = 31.47%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E68740 (or 0xE68740) is known color: Flamenco. HEX triplet: E6, 87 and 40. RGB value is (230,135,64). Sum of RGB (Red+Green+Blue) = 230+135+64=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E68740 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68740 is #1978BF. Grayscale: #9B9B9B. Windows color (decimal): -1669312 or 4229094. OLE color: 4229094.

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

Color convert

RGB 230 135 64 -
CMYK 0 0.41 0.72 0.10
HSL 25.66º 0.77% 0.58% -
HSV(B) 25.66º 0.72% 0.9% -
XYZ 42.22 34.52 9.29 -
YUV 155.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 230 135 64 0 0.41 0.72 0.10 25.66 0.77 0.58
Hex E6 87 40 0 29 48 A 1A 4D 3A
Octal 346 207 100 0 51 110 12 32 115 72
Binary 11100110 10000111 1000000 0 101001 1001000 1010 11010 1001101 111010

Color Harmonies of #E68740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68740

Black with #E68740

Text Example


Text Example

White with #E68740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68740; }

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

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

background-color css

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

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

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

border-color css

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

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

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