Html Css Color HEX #EC640C Persimmon

📋 copy color: '#EC640C'

red 236 ◦ green 100 ◦ blue 12

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

Shades of Persimmon #EC640C

Tints of Persimmon #EC640C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.45%

R = 67.82%
G = 28.74%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC640C (or 0xEC640C) is known color: Persimmon. HEX triplet: EC, 64 and 0C. RGB value is (236,100,12). Sum of RGB (Red+Green+Blue) = 236+100+12=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC640C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC640C is #139BF3. Grayscale: #838383. Windows color (decimal): -1285108 or 812268. OLE color: 812268.

HSL color Cylindrical-coordinate representation of color #EC640C: hue angle of 23.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC640C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 100 12 -
CMYK 0 0.58 0.95 0.07
HSL 23.57º 0.9% 0.49% -
HSV(B) 23.57º 0.95% 0.93% -
XYZ 39.22 26.97 3.49 -
YUV 130.63 61.06 203.16 -
System Red Green Blue C M Y K H S L
Decimal 236 100 12 0 0.58 0.95 0.07 23.57 0.9 0.49
Hex EC 64 C 0 3A 5F 7 18 5A 31
Octal 354 144 14 0 72 137 7 30 132 61
Binary 11101100 1100100 1100 0 111010 1011111 111 11000 1011010 110001

Color Harmonies of #EC640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC640C

Black with #EC640C

Text Example


Text Example

White with #EC640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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