Html Css Color HEX #EC540E Persimmon

📋 copy color: '#EC540E'

red 236 ◦ green 84 ◦ blue 14

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

Shades of Persimmon #EC540E

Tints of Persimmon #EC540E

RGB

 RED value IS 236 (92.58% from 255) = 70.66%

 GREEN value IS 84 (33.2% from 255) = 25.15%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 70.66%
G = 25.15%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC540E (or 0xEC540E) is known color: Persimmon. HEX triplet: EC, 54 and 0E. RGB value is (236,84,14). Sum of RGB (Red+Green+Blue) = 236+84+14=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC540E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC540E is #13ABF1. Grayscale: #797979. Windows color (decimal): -1289202 or 939244. OLE color: 939244.

HSL color Cylindrical-coordinate representation of color #EC540E: hue angle of 18.92º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC540E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 84 14 -
CMYK 0 0.64 0.94 0.07
HSL 18.92º 0.89% 0.49% -
HSV(B) 18.92º 0.94% 0.93% -
XYZ 37.84 24.21 3.09 -
YUV 121.47 67.36 209.69 -
System Red Green Blue C M Y K H S L
Decimal 236 84 14 0 0.64 0.94 0.07 18.92 0.89 0.49
Hex EC 54 E 0 40 5E 7 13 59 31
Octal 354 124 16 0 100 136 7 23 131 61
Binary 11101100 1010100 1110 0 1000000 1011110 111 10011 1011001 110001

Color Harmonies of #EC540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC540E

Black with #EC540E

Text Example


Text Example

White with #EC540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC540E; }

 p { color: rgb(236,84,14); }

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

background-color css

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

 a { background-color: rgb(236,84,14); }

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

border-color css

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

 span { border-color: rgb(236,84,14); }

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