Html Css Color HEX #EC5419 Persimmon

📋 copy color: '#EC5419'

red 236 ◦ green 84 ◦ blue 25

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

Shades of Persimmon #EC5419

Tints of Persimmon #EC5419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 68.41%
G = 24.35%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC5419 (or 0xEC5419) is known color: Persimmon. HEX triplet: EC, 54 and 19. RGB value is (236,84,25). Sum of RGB (Red+Green+Blue) = 236+84+25=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5419 is #13ABE6. Grayscale: #7B7B7B. Windows color (decimal): -1289191 or 1660140. OLE color: 1660140.

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

Color convert

RGB 236 84 25 -
CMYK 0 0.64 0.89 0.07
HSL 16.78º 0.85% 0.51% -
HSV(B) 16.78º 0.89% 0.93% -
XYZ 37.94 24.24 3.6 -
YUV 122.72 72.86 208.8 -
System Red Green Blue C M Y K H S L
Decimal 236 84 25 0 0.64 0.89 0.07 16.78 0.85 0.51
Hex EC 54 19 0 40 59 7 11 55 33
Octal 354 124 31 0 100 131 7 21 125 63
Binary 11101100 1010100 11001 0 1000000 1011001 111 10001 1010101 110011

Color Harmonies of #EC5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5419

Black with #EC5419

Text Example


Text Example

White with #EC5419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5419; }

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

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

background-color css

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

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

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

border-color css

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

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

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