Html Css Color HEX #E68A41 Flamenco

📋 copy color: '#E68A41'

red 230 ◦ green 138 ◦ blue 65

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

Shades of Flamenco #E68A41

Tints of Flamenco #E68A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

 BLUE value IS 65 (25.78% from 255) = 15.01%

R = 53.12%
G = 31.87%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E68A41 (or 0xE68A41) is known color: Flamenco. HEX triplet: E6, 8A and 41. RGB value is (230,138,65). Sum of RGB (Red+Green+Blue) = 230+138+65=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A41 is #1975BE. Grayscale: #9D9D9D. Windows color (decimal): -1668543 or 4295398. OLE color: 4295398.

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

Color convert

RGB 230 138 65 -
CMYK 0 0.4 0.72 0.10
HSL 26.55º 0.77% 0.58% -
HSV(B) 26.55º 0.72% 0.9% -
XYZ 42.68 35.38 9.58 -
YUV 157.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 230 138 65 0 0.4 0.72 0.10 26.55 0.77 0.58
Hex E6 8A 41 0 28 48 A 1B 4D 3A
Octal 346 212 101 0 50 110 12 33 115 72
Binary 11100110 10001010 1000001 0 101000 1001000 1010 11011 1001101 111010

Color Harmonies of #E68A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A41

Black with #E68A41

Text Example


Text Example

White with #E68A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A41; }

 p { color: rgb(230,138,65); }

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

background-color css

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

 a { background-color: rgb(230,138,65); }

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

border-color css

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

 span { border-color: rgb(230,138,65); }

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