Html Css Color HEX #EC530F Persimmon

📋 copy color: '#EC530F'

red 236 ◦ green 83 ◦ blue 15

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

Shades of Persimmon #EC530F

Tints of Persimmon #EC530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 70.66%
G = 24.85%
B = 4.49%

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

#EC530F (or 0xEC530F) is known color: Persimmon. HEX triplet: EC, 53 and 0F. RGB value is (236,83,15). Sum of RGB (Red+Green+Blue) = 236+83+15=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC530F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC530F is #13ACF0. Grayscale: #797979. Windows color (decimal): -1289457 or 1004524. OLE color: 1004524.

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

Color convert

RGB 236 83 15 -
CMYK 0 0.65 0.94 0.07
HSL 18.46º 0.88% 0.49% -
HSV(B) 18.46º 0.94% 0.93% -
XYZ 37.77 24.05 3.1 -
YUV 121 68.19 210.03 -
System Red Green Blue C M Y K H S L
Decimal 236 83 15 0 0.65 0.94 0.07 18.46 0.88 0.49
Hex EC 53 F 0 41 5E 7 12 58 31
Octal 354 123 17 0 101 136 7 22 130 61
Binary 11101100 1010011 1111 0 1000001 1011110 111 10010 1011000 110001

Color Harmonies of #EC530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC530F

Black with #EC530F

Text Example


Text Example

White with #EC530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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