Html Css Color HEX #EC581A Persimmon

📋 copy color: '#EC581A'

red 236 ◦ green 88 ◦ blue 26

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

Shades of Persimmon #EC581A

Tints of Persimmon #EC581A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.14%

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

R = 67.43%
G = 25.14%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC581A (or 0xEC581A) is known color: Persimmon. HEX triplet: EC, 58 and 1A. RGB value is (236,88,26). Sum of RGB (Red+Green+Blue) = 236+88+26=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 26 (10.55% from 255 or 7.43% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC581A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC581A is #13A7E5. Grayscale: #7D7D7D. Windows color (decimal): -1288166 or 1726700. OLE color: 1726700.

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

Color convert

RGB 236 88 26 -
CMYK 0 0.63 0.89 0.07
HSL 17.71º 0.85% 0.51% -
HSV(B) 17.71º 0.89% 0.93% -
XYZ 38.27 24.89 3.76 -
YUV 125.18 72.03 207.04 -
System Red Green Blue C M Y K H S L
Decimal 236 88 26 0 0.63 0.89 0.07 17.71 0.85 0.51
Hex EC 58 1A 0 3F 59 7 12 55 33
Octal 354 130 32 0 77 131 7 22 125 63
Binary 11101100 1011000 11010 0 111111 1011001 111 10010 1010101 110011

Color Harmonies of #EC581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC581A

Black with #EC581A

Text Example


Text Example

White with #EC581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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