Html Css Color HEX #EC640D Persimmon

📋 copy color: '#EC640D'

red 236 ◦ green 100 ◦ blue 13

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

Shades of Persimmon #EC640D

Tints of Persimmon #EC640D

RGB

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

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

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

R = 67.62%
G = 28.65%
B = 3.72%

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

#EC640D (or 0xEC640D) is known color: Persimmon. HEX triplet: EC, 64 and 0D. RGB value is (236,100,13). Sum of RGB (Red+Green+Blue) = 236+100+13=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC640D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC640D is #139BF2. Grayscale: #838383. Windows color (decimal): -1285107 or 877804. OLE color: 877804.

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

Color convert

RGB 236 100 13 -
CMYK 0 0.58 0.94 0.07
HSL 23.41º 0.9% 0.49% -
HSV(B) 23.41º 0.94% 0.93% -
XYZ 39.22 26.98 3.52 -
YUV 130.75 61.56 203.07 -
System Red Green Blue C M Y K H S L
Decimal 236 100 13 0 0.58 0.94 0.07 23.41 0.9 0.49
Hex EC 64 D 0 3A 5E 7 17 5A 31
Octal 354 144 15 0 72 136 7 27 132 61
Binary 11101100 1100100 1101 0 111010 1011110 111 10111 1011010 110001

Color Harmonies of #EC640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC640D

Black with #EC640D

Text Example


Text Example

White with #EC640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC640D; }

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

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

background-color css

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

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

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

border-color css

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

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

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