Html Css Color HEX #EC5300 Persimmon

📋 copy color: '#EC5300'

red 236 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #EC5300

Tints of Persimmon #EC5300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.98%
G = 26.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC5300 (or 0xEC5300) is known color: Persimmon. HEX triplet: EC, 53 and 00. RGB value is (236,83,0). Sum of RGB (Red+Green+Blue) = 236+83+0=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5300 is #13ACFF. Grayscale: #777777. Windows color (decimal): -1289472 or 21484. OLE color: 21484.

HSL color Cylindrical-coordinate representation of color #EC5300: hue angle of 21.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5300 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 83 0 -
CMYK 0 0.65 1 0.07
HSL 21.1º 1% 0.46% -
HSV(B) 21.1º 1% 0.93% -
XYZ 37.69 24.02 2.65 -
YUV 119.29 60.69 211.25 -
System Red Green Blue C M Y K H S L
Decimal 236 83 0 0 0.65 1 0.07 21.1 1 0.46
Hex EC 53 0 0 41 64 7 15 64 2E
Octal 354 123 0 0 101 144 7 25 144 56
Binary 11101100 1010011 0 0 1000001 1100100 111 10101 1100100 101110

Color Harmonies of #EC5300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5300

Black with #EC5300

Text Example


Text Example

White with #EC5300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5300; }

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

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

background-color css

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

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

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

border-color css

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

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

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