Html Css Color HEX #E68A44 Flamenco

📋 copy color: '#E68A44'

red 230 ◦ green 138 ◦ blue 68

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

Shades of Flamenco #E68A44

Tints of Flamenco #E68A44

RGB

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

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

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

R = 52.75%
G = 31.65%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E68A44 (or 0xE68A44) is known color: Flamenco. HEX triplet: E6, 8A and 44. RGB value is (230,138,68). Sum of RGB (Red+Green+Blue) = 230+138+68=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A44 is #1975BB. Grayscale: #9D9D9D. Windows color (decimal): -1668540 or 4492006. OLE color: 4492006.

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

Color convert

RGB 230 138 68 -
CMYK 0 0.4 0.70 0.10
HSL 25.93º 0.76% 0.58% -
HSV(B) 25.93º 0.7% 0.9% -
XYZ 42.77 35.42 10.05 -
YUV 157.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 230 138 68 0 0.4 0.70 0.10 25.93 0.76 0.58
Hex E6 8A 44 0 28 46 A 1A 4C 3A
Octal 346 212 104 0 50 106 12 32 114 72
Binary 11100110 10001010 1000100 0 101000 1000110 1010 11010 1001100 111010

Color Harmonies of #E68A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A44

Black with #E68A44

Text Example


Text Example

White with #E68A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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