Html Css Color HEX #E68C4A Flamenco

📋 copy color: '#E68C4A'

red 230 ◦ green 140 ◦ blue 74

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

Shades of Flamenco #E68C4A

Tints of Flamenco #E68C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.67%

R = 51.8%
G = 31.53%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E68C4A (or 0xE68C4A) is known color: Flamenco. HEX triplet: E6, 8C and 4A. RGB value is (230,140,74). Sum of RGB (Red+Green+Blue) = 230+140+74=444 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.80% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 74 (29.30% from 255 or 16.67% from 444); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C4A is #1973B5. Grayscale: #9F9F9F. Windows color (decimal): -1668022 or 4885734. OLE color: 4885734.

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

Color convert

RGB 230 140 74 -
CMYK 0 0.39 0.68 0.10
HSL 25.38º 0.76% 0.6% -
HSV(B) 25.38º 0.68% 0.9% -
XYZ 43.25 36.07 11.16 -
YUV 159.39 79.82 178.37 -
System Red Green Blue C M Y K H S L
Decimal 230 140 74 0 0.39 0.68 0.10 25.38 0.76 0.6
Hex E6 8C 4A 0 27 44 A 19 4C 3C
Octal 346 214 112 0 47 104 12 31 114 74
Binary 11100110 10001100 1001010 0 100111 1000100 1010 11001 1001100 111100

Color Harmonies of #E68C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C4A

Black with #E68C4A

Text Example


Text Example

White with #E68C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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