Html Css Color HEX #EC620E Persimmon

📋 copy color: '#EC620E'

red 236 ◦ green 98 ◦ blue 14

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

Shades of Persimmon #EC620E

Tints of Persimmon #EC620E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 67.82%
G = 28.16%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC620E (or 0xEC620E) is known color: Persimmon. HEX triplet: EC, 62 and 0E. RGB value is (236,98,14). Sum of RGB (Red+Green+Blue) = 236+98+14=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC620E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC620E is #139DF1. Grayscale: #828282. Windows color (decimal): -1285618 or 942828. OLE color: 942828.

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

Color convert

RGB 236 98 14 -
CMYK 0 0.58 0.94 0.07
HSL 22.7º 0.89% 0.49% -
HSV(B) 22.7º 0.94% 0.93% -
XYZ 39.04 26.6 3.49 -
YUV 129.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 236 98 14 0 0.58 0.94 0.07 22.7 0.89 0.49
Hex EC 62 E 0 3A 5E 7 17 59 31
Octal 354 142 16 0 72 136 7 27 131 61
Binary 11101100 1100010 1110 0 111010 1011110 111 10111 1011001 110001

Color Harmonies of #EC620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC620E

Black with #EC620E

Text Example


Text Example

White with #EC620E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC620E; }

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

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

background-color css

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

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

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

border-color css

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

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

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