Html Css Color HEX #EC4F0D Persimmon

📋 copy color: '#EC4F0D'

red 236 ◦ green 79 ◦ blue 13

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

Shades of Persimmon #EC4F0D

Tints of Persimmon #EC4F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 71.95%
G = 24.09%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC4F0D (or 0xEC4F0D) is known color: Persimmon. HEX triplet: EC, 4F and 0D. RGB value is (236,79,13). Sum of RGB (Red+Green+Blue) = 236+79+13=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F0D is #13B0F2. Grayscale: #767676. Windows color (decimal): -1290483 or 872428. OLE color: 872428.

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

Color convert

RGB 236 79 13 -
CMYK 0 0.67 0.94 0.07
HSL 17.76º 0.9% 0.49% -
HSV(B) 17.76º 0.94% 0.93% -
XYZ 37.46 23.45 2.93 -
YUV 118.42 68.51 211.87 -
System Red Green Blue C M Y K H S L
Decimal 236 79 13 0 0.67 0.94 0.07 17.76 0.9 0.49
Hex EC 4F D 0 43 5E 7 12 5A 31
Octal 354 117 15 0 103 136 7 22 132 61
Binary 11101100 1001111 1101 0 1000011 1011110 111 10010 1011010 110001

Color Harmonies of #EC4F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F0D

Black with #EC4F0D

Text Example


Text Example

White with #EC4F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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