Html Css Color HEX #E68A45 Flamenco

📋 copy color: '#E68A45'

red 230 ◦ green 138 ◦ blue 69

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

Shades of Flamenco #E68A45

Tints of Flamenco #E68A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.79%

R = 52.63%
G = 31.58%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E68A45 (or 0xE68A45) is known color: Flamenco. HEX triplet: E6, 8A and 45. RGB value is (230,138,69). Sum of RGB (Red+Green+Blue) = 230+138+69=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68A45 is #1975BA. Grayscale: #9E9E9E. Windows color (decimal): -1668539 or 4557542. OLE color: 4557542.

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

Color convert

RGB 230 138 69 -
CMYK 0 0.4 0.7 0.10
HSL 25.71º 0.76% 0.59% -
HSV(B) 25.71º 0.7% 0.9% -
XYZ 42.8 35.43 10.21 -
YUV 157.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 230 138 69 0 0.4 0.7 0.10 25.71 0.76 0.59
Hex E6 8A 45 0 28 46 A 1A 4C 3B
Octal 346 212 105 0 50 106 12 32 114 73
Binary 11100110 10001010 1000101 0 101000 1000110 1010 11010 1001100 111011

Color Harmonies of #E68A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A45

Black with #E68A45

Text Example


Text Example

White with #E68A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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