Html Css Color HEX #EC5D03 Persimmon

📋 copy color: '#EC5D03'

red 236 ◦ green 93 ◦ blue 3

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

Shades of Persimmon #EC5D03

Tints of Persimmon #EC5D03

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

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

R = 71.08%
G = 28.01%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC5D03 (or 0xEC5D03) is known color: Persimmon. HEX triplet: EC, 5D and 03. RGB value is (236,93,3). Sum of RGB (Red+Green+Blue) = 236+93+3=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D03 is #13A2FC. Grayscale: #7D7D7D. Windows color (decimal): -1286909 or 220652. OLE color: 220652.

HSL color Cylindrical-coordinate representation of color #EC5D03: hue angle of 23.18º 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 #EC5D03 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 93 3 -
CMYK 0 0.61 0.99 0.07
HSL 23.18º 0.97% 0.47% -
HSV(B) 23.18º 0.99% 0.93% -
XYZ 38.52 25.67 3.01 -
YUV 125.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 236 93 3 0 0.61 0.99 0.07 23.18 0.97 0.47
Hex EC 5D 3 0 3D 63 7 17 61 2F
Octal 354 135 3 0 75 143 7 27 141 57
Binary 11101100 1011101 11 0 111101 1100011 111 10111 1100001 101111

Color Harmonies of #EC5D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D03

Black with #EC5D03

Text Example


Text Example

White with #EC5D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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