Html Css Color HEX #EC4F0E Persimmon

📋 copy color: '#EC4F0E'

red 236 ◦ green 79 ◦ blue 14

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

Shades of Persimmon #EC4F0E

Tints of Persimmon #EC4F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.26%

R = 71.73%
G = 24.01%
B = 4.26%

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

#EC4F0E (or 0xEC4F0E) is known color: Persimmon. HEX triplet: EC, 4F and 0E. RGB value is (236,79,14). Sum of RGB (Red+Green+Blue) = 236+79+14=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F0E is #13B0F1. Grayscale: #767676. Windows color (decimal): -1290482 or 937964. OLE color: 937964.

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

Color convert

RGB 236 79 14 -
CMYK 0 0.67 0.94 0.07
HSL 17.57º 0.89% 0.49% -
HSV(B) 17.57º 0.94% 0.93% -
XYZ 37.47 23.46 2.97 -
YUV 118.53 69.01 211.79 -
System Red Green Blue C M Y K H S L
Decimal 236 79 14 0 0.67 0.94 0.07 17.57 0.89 0.49
Hex EC 4F E 0 43 5E 7 12 59 31
Octal 354 117 16 0 103 136 7 22 131 61
Binary 11101100 1001111 1110 0 1000011 1011110 111 10010 1011001 110001

Color Harmonies of #EC4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F0E

Black with #EC4F0E

Text Example


Text Example

White with #EC4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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