Html Css Color HEX #E68C44 Flamenco

📋 copy color: '#E68C44'

red 230 ◦ green 140 ◦ blue 68

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

Shades of Flamenco #E68C44

Tints of Flamenco #E68C44

RGB

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

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

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

R = 52.51%
G = 31.96%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E68C44 (or 0xE68C44) is known color: Flamenco. HEX triplet: E6, 8C and 44. RGB value is (230,140,68). Sum of RGB (Red+Green+Blue) = 230+140+68=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C44 is #1973BB. Grayscale: #9F9F9F. Windows color (decimal): -1668028 or 4492518. OLE color: 4492518.

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

Color convert

RGB 230 140 68 -
CMYK 0 0.39 0.70 0.10
HSL 26.67º 0.76% 0.58% -
HSV(B) 26.67º 0.7% 0.9% -
XYZ 43.05 36 10.15 -
YUV 158.7 76.82 178.85 -
System Red Green Blue C M Y K H S L
Decimal 230 140 68 0 0.39 0.70 0.10 26.67 0.76 0.58
Hex E6 8C 44 0 27 46 A 1B 4C 3A
Octal 346 214 104 0 47 106 12 33 114 72
Binary 11100110 10001100 1000100 0 100111 1000110 1010 11011 1001100 111010

Color Harmonies of #E68C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C44

Black with #E68C44

Text Example


Text Example

White with #E68C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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