Html Css Color HEX #E68D4C Flamenco

📋 copy color: '#E68D4C'

red 230 ◦ green 141 ◦ blue 76

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

Shades of Flamenco #E68D4C

Tints of Flamenco #E68D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.54%

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

R = 51.45%
G = 31.54%
B = 17%

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

#E68D4C (or 0xE68D4C) is known color: Flamenco. HEX triplet: E6, 8D and 4C. RGB value is (230,141,76). Sum of RGB (Red+Green+Blue) = 230+141+76=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D4C is #1972B3. Grayscale: #A0A0A0. Windows color (decimal): -1667764 or 5017062. OLE color: 5017062.

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

Color convert

RGB 230 141 76 -
CMYK 0 0.39 0.67 0.10
HSL 25.32º 0.75% 0.6% -
HSV(B) 25.32º 0.67% 0.9% -
XYZ 43.46 36.39 11.57 -
YUV 160.2 80.49 177.79 -
System Red Green Blue C M Y K H S L
Decimal 230 141 76 0 0.39 0.67 0.10 25.32 0.75 0.6
Hex E6 8D 4C 0 27 43 A 19 4B 3C
Octal 346 215 114 0 47 103 12 31 113 74
Binary 11100110 10001101 1001100 0 100111 1000011 1010 11001 1001011 111100

Color Harmonies of #E68D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D4C

Black with #E68D4C

Text Example


Text Example

White with #E68D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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