Html Css Color HEX #E68244 Flamenco

📋 copy color: '#E68244'

red 230 ◦ green 130 ◦ blue 68

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

Shades of Flamenco #E68244

Tints of Flamenco #E68244

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.37%

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

R = 53.74%
G = 30.37%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E68244 (or 0xE68244) is known color: Flamenco. HEX triplet: E6, 82 and 44. RGB value is (230,130,68). Sum of RGB (Red+Green+Blue) = 230+130+68=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 68 (26.95% from 255 or 15.89% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E68244 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68244 is #197DBB. Grayscale: #999999. Windows color (decimal): -1670588 or 4489958. OLE color: 4489958.

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

Color convert

RGB 230 130 68 -
CMYK 0 0.43 0.70 0.10
HSL 22.96º 0.76% 0.58% -
HSV(B) 22.96º 0.7% 0.9% -
XYZ 41.66 33.21 9.68 -
YUV 152.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 230 130 68 0 0.43 0.70 0.10 22.96 0.76 0.58
Hex E6 82 44 0 2B 46 A 17 4C 3A
Octal 346 202 104 0 53 106 12 27 114 72
Binary 11100110 10000010 1000100 0 101011 1000110 1010 10111 1001100 111010

Color Harmonies of #E68244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68244

Black with #E68244

Text Example


Text Example

White with #E68244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68244; }

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

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

background-color css

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

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

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

border-color css

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

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

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