Html Css Color HEX #EC500D Persimmon

📋 copy color: '#EC500D'

red 236 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #EC500D

Tints of Persimmon #EC500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

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

R = 71.73%
G = 24.32%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC500D (or 0xEC500D) is known color: Persimmon. HEX triplet: EC, 50 and 0D. RGB value is (236,80,13). Sum of RGB (Red+Green+Blue) = 236+80+13=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 13 (5.47% from 255 or 3.95% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC500D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC500D is #13AFF2. Grayscale: #777777. Windows color (decimal): -1290227 or 872684. OLE color: 872684.

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

Color convert

RGB 236 80 13 -
CMYK 0 0.66 0.94 0.07
HSL 18.03º 0.9% 0.49% -
HSV(B) 18.03º 0.94% 0.93% -
XYZ 37.53 23.6 2.96 -
YUV 119.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 236 80 13 0 0.66 0.94 0.07 18.03 0.9 0.49
Hex EC 50 D 0 42 5E 7 12 5A 31
Octal 354 120 15 0 102 136 7 22 132 61
Binary 11101100 1010000 1101 0 1000010 1011110 111 10010 1011010 110001

Color Harmonies of #EC500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC500D

Black with #EC500D

Text Example


Text Example

White with #EC500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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