Html Css Color HEX #EC531A Persimmon

📋 copy color: '#EC531A'

red 236 ◦ green 83 ◦ blue 26

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

Shades of Persimmon #EC531A

Tints of Persimmon #EC531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.06%

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

R = 68.41%
G = 24.06%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC531A (or 0xEC531A) is known color: Persimmon. HEX triplet: EC, 53 and 1A. RGB value is (236,83,26). Sum of RGB (Red+Green+Blue) = 236+83+26=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 26 (10.55% from 255 or 7.54% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531A is #13ACE5. Grayscale: #7A7A7A. Windows color (decimal): -1289446 or 1725420. OLE color: 1725420.

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

Color convert

RGB 236 83 26 -
CMYK 0 0.65 0.89 0.07
HSL 16.29º 0.85% 0.51% -
HSV(B) 16.29º 0.89% 0.93% -
XYZ 37.87 24.09 3.63 -
YUV 122.25 73.69 209.13 -
System Red Green Blue C M Y K H S L
Decimal 236 83 26 0 0.65 0.89 0.07 16.29 0.85 0.51
Hex EC 53 1A 0 41 59 7 10 55 33
Octal 354 123 32 0 101 131 7 20 125 63
Binary 11101100 1010011 11010 0 1000001 1011001 111 10000 1010101 110011

Color Harmonies of #EC531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC531A

Black with #EC531A

Text Example


Text Example

White with #EC531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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