Html Css Color HEX #EC530D Persimmon

📋 copy color: '#EC530D'

red 236 ◦ green 83 ◦ blue 13

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

Shades of Persimmon #EC530D

Tints of Persimmon #EC530D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 71.08%
G = 25%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC530D (or 0xEC530D) is known color: Persimmon. HEX triplet: EC, 53 and 0D. RGB value is (236,83,13). Sum of RGB (Red+Green+Blue) = 236+83+13=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC530D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC530D is #13ACF2. Grayscale: #797979. Windows color (decimal): -1289459 or 873452. OLE color: 873452.

HSL color Cylindrical-coordinate representation of color #EC530D: hue angle of 18.83º degrees, saturation: 0.9, 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 #EC530D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 83 13 -
CMYK 0 0.65 0.94 0.07
HSL 18.83º 0.9% 0.49% -
HSV(B) 18.83º 0.94% 0.93% -
XYZ 37.76 24.05 3.03 -
YUV 120.77 67.19 210.19 -
System Red Green Blue C M Y K H S L
Decimal 236 83 13 0 0.65 0.94 0.07 18.83 0.9 0.49
Hex EC 53 D 0 41 5E 7 13 5A 31
Octal 354 123 15 0 101 136 7 23 132 61
Binary 11101100 1010011 1101 0 1000001 1011110 111 10011 1011010 110001

Color Harmonies of #EC530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC530D

Black with #EC530D

Text Example


Text Example

White with #EC530D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC530D; }

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

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

background-color css

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

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

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

border-color css

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

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

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