Html Css Color HEX #E68C45 Flamenco

📋 copy color: '#E68C45'

red 230 ◦ green 140 ◦ blue 69

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

Shades of Flamenco #E68C45

Tints of Flamenco #E68C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 52.39%
G = 31.89%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.7

 K value IS 0.10

RGB Variations

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

Color information

#E68C45 (or 0xE68C45) is known color: Flamenco. HEX triplet: E6, 8C and 45. RGB value is (230,140,69). Sum of RGB (Red+Green+Blue) = 230+140+69=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C45 is #1973BA. Grayscale: #9F9F9F. Windows color (decimal): -1668027 or 4558054. OLE color: 4558054.

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

Color convert

RGB 230 140 69 -
CMYK 0 0.39 0.7 0.10
HSL 26.46º 0.76% 0.59% -
HSV(B) 26.46º 0.7% 0.9% -
XYZ 43.09 36.01 10.31 -
YUV 158.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 230 140 69 0 0.39 0.7 0.10 26.46 0.76 0.59
Hex E6 8C 45 0 27 46 A 1A 4C 3B
Octal 346 214 105 0 47 106 12 32 114 73
Binary 11100110 10001100 1000101 0 100111 1000110 1010 11010 1001100 111011

Color Harmonies of #E68C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C45

Black with #E68C45

Text Example


Text Example

White with #E68C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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