Html Css Color HEX #E68A42 Flamenco

📋 copy color: '#E68A42'

red 230 ◦ green 138 ◦ blue 66

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

Shades of Flamenco #E68A42

Tints of Flamenco #E68A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.21%

R = 53%
G = 31.8%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E68A42 (or 0xE68A42) is known color: Flamenco. HEX triplet: E6, 8A and 42. RGB value is (230,138,66). Sum of RGB (Red+Green+Blue) = 230+138+66=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 66 (26.17% from 255 or 15.21% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A42 is #1975BD. Grayscale: #9D9D9D. Windows color (decimal): -1668542 or 4360934. OLE color: 4360934.

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

Color convert

RGB 230 138 66 -
CMYK 0 0.4 0.71 0.10
HSL 26.34º 0.77% 0.58% -
HSV(B) 26.34º 0.71% 0.9% -
XYZ 42.7 35.39 9.74 -
YUV 157.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 230 138 66 0 0.4 0.71 0.10 26.34 0.77 0.58
Hex E6 8A 42 0 28 47 A 1A 4D 3A
Octal 346 212 102 0 50 107 12 32 115 72
Binary 11100110 10001010 1000010 0 101000 1000111 1010 11010 1001101 111010

Color Harmonies of #E68A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A42

Black with #E68A42

Text Example


Text Example

White with #E68A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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