Html Css Color HEX #E68D4F Flamenco

📋 copy color: '#E68D4F'

red 230 ◦ green 141 ◦ blue 79

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

Shades of Flamenco #E68D4F

Tints of Flamenco #E68D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 51.11%
G = 31.33%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E68D4F (or 0xE68D4F) is known color: Flamenco. HEX triplet: E6, 8D and 4F. RGB value is (230,141,79). Sum of RGB (Red+Green+Blue) = 230+141+79=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D4F is #1972B0. Grayscale: #A0A0A0. Windows color (decimal): -1667761 or 5213670. OLE color: 5213670.

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

Color convert

RGB 230 141 79 -
CMYK 0 0.39 0.66 0.10
HSL 24.64º 0.75% 0.61% -
HSV(B) 24.64º 0.66% 0.9% -
XYZ 43.57 36.44 12.13 -
YUV 160.54 81.99 177.54 -
System Red Green Blue C M Y K H S L
Decimal 230 141 79 0 0.39 0.66 0.10 24.64 0.75 0.61
Hex E6 8D 4F 0 27 42 A 19 4B 3D
Octal 346 215 117 0 47 102 12 31 113 75
Binary 11100110 10001101 1001111 0 100111 1000010 1010 11001 1001011 111101

Color Harmonies of #E68D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D4F

Black with #E68D4F

Text Example


Text Example

White with #E68D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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