Html Css Color HEX #EC6018 Persimmon

📋 copy color: '#EC6018'

red 236 ◦ green 96 ◦ blue 24

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

Shades of Persimmon #EC6018

Tints of Persimmon #EC6018

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.97%

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 66.29%
G = 26.97%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC6018 (or 0xEC6018) is known color: Persimmon. HEX triplet: EC, 60 and 18. RGB value is (236,96,24). Sum of RGB (Red+Green+Blue) = 236+96+24=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6018 is #139FE7. Grayscale: #828282. Windows color (decimal): -1286120 or 1597676. OLE color: 1597676.

HSL color Cylindrical-coordinate representation of color #EC6018: hue angle of 20.38º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC6018 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 96 24 -
CMYK 0 0.59 0.90 0.07
HSL 20.38º 0.85% 0.51% -
HSV(B) 20.38º 0.9% 0.93% -
XYZ 38.94 26.26 3.88 -
YUV 129.65 68.38 203.85 -
System Red Green Blue C M Y K H S L
Decimal 236 96 24 0 0.59 0.90 0.07 20.38 0.85 0.51
Hex EC 60 18 0 3B 5A 7 14 55 33
Octal 354 140 30 0 73 132 7 24 125 63
Binary 11101100 1100000 11000 0 111011 1011010 111 10100 1010101 110011

Color Harmonies of #EC6018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6018

Black with #EC6018

Text Example


Text Example

White with #EC6018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6018; }

 p { color: rgb(236,96,24); }

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

background-color css

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

 a { background-color: rgb(236,96,24); }

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

border-color css

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

 span { border-color: rgb(236,96,24); }

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