Html Css Color HEX #E68C52 Flamenco

📋 copy color: '#E68C52'

red 230 ◦ green 140 ◦ blue 82

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

Shades of Flamenco #E68C52

Tints of Flamenco #E68C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.14%

R = 50.88%
G = 30.97%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.10

RGB Variations

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

Color information

#E68C52 (or 0xE68C52) is known color: Flamenco. HEX triplet: E6, 8C and 52. RGB value is (230,140,82). Sum of RGB (Red+Green+Blue) = 230+140+82=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68C52 is #1973AD. Grayscale: #A0A0A0. Windows color (decimal): -1668014 or 5410022. OLE color: 5410022.

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

Color convert

RGB 230 140 82 -
CMYK 0 0.39 0.64 0.10
HSL 23.51º 0.75% 0.61% -
HSV(B) 23.51º 0.64% 0.9% -
XYZ 43.53 36.19 12.67 -
YUV 160.3 83.82 177.72 -
System Red Green Blue C M Y K H S L
Decimal 230 140 82 0 0.39 0.64 0.10 23.51 0.75 0.61
Hex E6 8C 52 0 27 40 A 18 4B 3D
Octal 346 214 122 0 47 100 12 30 113 75
Binary 11100110 10001100 1010010 0 100111 1000000 1010 11000 1001011 111101

Color Harmonies of #E68C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68C52

Black with #E68C52

Text Example


Text Example

White with #E68C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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