Html Css Color HEX #EC640E Persimmon

📋 copy color: '#EC640E'

red 236 ◦ green 100 ◦ blue 14

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

Shades of Persimmon #EC640E

Tints of Persimmon #EC640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.57%

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

R = 67.43%
G = 28.57%
B = 4%

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

#EC640E (or 0xEC640E) is known color: Persimmon. HEX triplet: EC, 64 and 0E. RGB value is (236,100,14). Sum of RGB (Red+Green+Blue) = 236+100+14=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 100 (39.45% from 255 or 28.57% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC640E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC640E is #139BF1. Grayscale: #838383. Windows color (decimal): -1285106 or 943340. OLE color: 943340.

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

Color convert

RGB 236 100 14 -
CMYK 0 0.58 0.94 0.07
HSL 23.24º 0.89% 0.49% -
HSV(B) 23.24º 0.94% 0.93% -
XYZ 39.23 26.98 3.56 -
YUV 130.86 62.06 202.99 -
System Red Green Blue C M Y K H S L
Decimal 236 100 14 0 0.58 0.94 0.07 23.24 0.89 0.49
Hex EC 64 E 0 3A 5E 7 17 59 31
Octal 354 144 16 0 72 136 7 27 131 61
Binary 11101100 1100100 1110 0 111010 1011110 111 10111 1011001 110001

Color Harmonies of #EC640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC640E

Black with #EC640E

Text Example


Text Example

White with #EC640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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