Html Css Color HEX #E68C4C Flamenco

📋 copy color: '#E68C4C'

red 230 ◦ green 140 ◦ blue 76

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

Shades of Flamenco #E68C4C

Tints of Flamenco #E68C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.04%

R = 51.57%
G = 31.39%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E68C4C (or 0xE68C4C) is known color: Flamenco. HEX triplet: E6, 8C and 4C. RGB value is (230,140,76). Sum of RGB (Red+Green+Blue) = 230+140+76=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68C4C is #1973B3. Grayscale: #9F9F9F. Windows color (decimal): -1668020 or 5016806. OLE color: 5016806.

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

Color convert

RGB 230 140 76 -
CMYK 0 0.39 0.67 0.10
HSL 24.94º 0.75% 0.6% -
HSV(B) 24.94º 0.67% 0.9% -
XYZ 43.32 36.1 11.52 -
YUV 159.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 230 140 76 0 0.39 0.67 0.10 24.94 0.75 0.6
Hex E6 8C 4C 0 27 43 A 19 4B 3C
Octal 346 214 114 0 47 103 12 31 113 74
Binary 11100110 10001100 1001100 0 100111 1000011 1010 11001 1001011 111100

Color Harmonies of #E68C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C4C

Black with #E68C4C

Text Example


Text Example

White with #E68C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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