Html Css Color HEX #EC6318 Persimmon

📋 copy color: '#EC6318'

red 236 ◦ green 99 ◦ blue 24

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

Shades of Persimmon #EC6318

Tints of Persimmon #EC6318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.58%

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

R = 65.74%
G = 27.58%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC6318 (or 0xEC6318) is known color: Persimmon. HEX triplet: EC, 63 and 18. RGB value is (236,99,24). Sum of RGB (Red+Green+Blue) = 236+99+24=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6318 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6318 is #139CE7. Grayscale: #838383. Windows color (decimal): -1285352 or 1598444. OLE color: 1598444.

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

Color convert

RGB 236 99 24 -
CMYK 0 0.58 0.90 0.07
HSL 21.23º 0.85% 0.51% -
HSV(B) 21.23º 0.9% 0.93% -
XYZ 39.22 26.82 3.97 -
YUV 131.41 67.39 202.6 -
System Red Green Blue C M Y K H S L
Decimal 236 99 24 0 0.58 0.90 0.07 21.23 0.85 0.51
Hex EC 63 18 0 3A 5A 7 15 55 33
Octal 354 143 30 0 72 132 7 25 125 63
Binary 11101100 1100011 11000 0 111010 1011010 111 10101 1010101 110011

Color Harmonies of #EC6318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6318

Black with #EC6318

Text Example


Text Example

White with #EC6318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6318; }

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

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

background-color css

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

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

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

border-color css

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

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

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