Html Css Color HEX #EC5303 Persimmon

📋 copy color: '#EC5303'

red 236 ◦ green 83 ◦ blue 3

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

Shades of Persimmon #EC5303

Tints of Persimmon #EC5303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 73.29%
G = 25.78%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5303 (or 0xEC5303) is known color: Persimmon. HEX triplet: EC, 53 and 03. RGB value is (236,83,3). Sum of RGB (Red+Green+Blue) = 236+83+3=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5303 is #13ACFC. Grayscale: #787878. Windows color (decimal): -1289469 or 218092. OLE color: 218092.

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

Color convert

RGB 236 83 3 -
CMYK 0 0.65 0.99 0.07
HSL 20.6º 0.97% 0.47% -
HSV(B) 20.6º 0.99% 0.93% -
XYZ 37.7 24.03 2.74 -
YUV 119.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 236 83 3 0 0.65 0.99 0.07 20.6 0.97 0.47
Hex EC 53 3 0 41 63 7 15 61 2F
Octal 354 123 3 0 101 143 7 25 141 57
Binary 11101100 1010011 11 0 1000001 1100011 111 10101 1100001 101111

Color Harmonies of #EC5303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5303

Black with #EC5303

Text Example


Text Example

White with #EC5303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5303; }

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

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

background-color css

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

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

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

border-color css

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

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

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