Html Css Color HEX #EC5A1A Persimmon

📋 copy color: '#EC5A1A'

red 236 ◦ green 90 ◦ blue 26

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

Shades of Persimmon #EC5A1A

Tints of Persimmon #EC5A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 26 (10.55% from 255) = 7.39%

R = 67.05%
G = 25.57%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC5A1A (or 0xEC5A1A) is known color: Persimmon. HEX triplet: EC, 5A and 1A. RGB value is (236,90,26). Sum of RGB (Red+Green+Blue) = 236+90+26=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A1A is #13A5E5. Grayscale: #7E7E7E. Windows color (decimal): -1287654 or 1727212. OLE color: 1727212.

HSL color Cylindrical-coordinate representation of color #EC5A1A: hue angle of 18.29º 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 #EC5A1A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 90 26 -
CMYK 0 0.62 0.89 0.07
HSL 18.29º 0.85% 0.51% -
HSV(B) 18.29º 0.89% 0.93% -
XYZ 38.43 25.22 3.82 -
YUV 126.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 236 90 26 0 0.62 0.89 0.07 18.29 0.85 0.51
Hex EC 5A 1A 0 3E 59 7 12 55 33
Octal 354 132 32 0 76 131 7 22 125 63
Binary 11101100 1011010 11010 0 111110 1011001 111 10010 1010101 110011

Color Harmonies of #EC5A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A1A

Black with #EC5A1A

Text Example


Text Example

White with #EC5A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A1A; }

 p { color: rgb(236,90,26); }

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

background-color css

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

 a { background-color: rgb(236,90,26); }

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

border-color css

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

 span { border-color: rgb(236,90,26); }

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