Html Css Color HEX #E68C4D Flamenco

📋 copy color: '#E68C4D'

red 230 ◦ green 140 ◦ blue 77

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

Shades of Flamenco #E68C4D

Tints of Flamenco #E68C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.23%

R = 51.45%
G = 31.32%
B = 17.23%

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

#E68C4D (or 0xE68C4D) is known color: Flamenco. HEX triplet: E6, 8C and 4D. RGB value is (230,140,77). Sum of RGB (Red+Green+Blue) = 230+140+77=447 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.45% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C4D is #1973B2. Grayscale: #A0A0A0. Windows color (decimal): -1668019 or 5082342. OLE color: 5082342.

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

Color convert

RGB 230 140 77 -
CMYK 0 0.39 0.67 0.10
HSL 24.71º 0.75% 0.6% -
HSV(B) 24.71º 0.67% 0.9% -
XYZ 43.35 36.11 11.71 -
YUV 159.73 81.32 178.12 -
System Red Green Blue C M Y K H S L
Decimal 230 140 77 0 0.39 0.67 0.10 24.71 0.75 0.6
Hex E6 8C 4D 0 27 43 A 19 4B 3C
Octal 346 214 115 0 47 103 12 31 113 74
Binary 11100110 10001100 1001101 0 100111 1000011 1010 11001 1001011 111100

Color Harmonies of #E68C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C4D

Black with #E68C4D

Text Example


Text Example

White with #E68C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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