Html Css Color HEX #EC5E1C Persimmon

📋 copy color: '#EC5E1C'

red 236 ◦ green 94 ◦ blue 28

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

Shades of Persimmon #EC5E1C

Tints of Persimmon #EC5E1C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 28 (11.33% from 255) = 7.82%

R = 65.92%
G = 26.26%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC5E1C (or 0xEC5E1C) is known color: Persimmon. HEX triplet: EC, 5E and 1C. RGB value is (236,94,28). Sum of RGB (Red+Green+Blue) = 236+94+28=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 28 (11.33% from 255 or 7.82% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E1C is #13A1E3. Grayscale: #818181. Windows color (decimal): -1286628 or 1859308. OLE color: 1859308.

HSL color Cylindrical-coordinate representation of color #EC5E1C: hue angle of 19.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC5E1C is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 94 28 -
CMYK 0 0.60 0.88 0.07
HSL 19.04º 0.85% 0.52% -
HSV(B) 19.04º 0.88% 0.93% -
XYZ 38.8 25.92 4.06 -
YUV 128.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 236 94 28 0 0.60 0.88 0.07 19.04 0.85 0.52
Hex EC 5E 1C 0 3C 58 7 13 55 34
Octal 354 136 34 0 74 130 7 23 125 64
Binary 11101100 1011110 11100 0 111100 1011000 111 10011 1010101 110100

Color Harmonies of #EC5E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E1C

Black with #EC5E1C

Text Example


Text Example

White with #EC5E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E1C; }

 p { color: rgb(236,94,28); }

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

background-color css

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

 a { background-color: rgb(236,94,28); }

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

border-color css

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

 span { border-color: rgb(236,94,28); }

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