Html Css Color HEX #EC5E0D Persimmon

📋 copy color: '#EC5E0D'

red 236 ◦ green 94 ◦ blue 13

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

Shades of Persimmon #EC5E0D

Tints of Persimmon #EC5E0D

RGB

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

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

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

R = 68.8%
G = 27.41%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC5E0D (or 0xEC5E0D) is known color: Persimmon. HEX triplet: EC, 5E and 0D. RGB value is (236,94,13). Sum of RGB (Red+Green+Blue) = 236+94+13=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 13 (5.47% from 255 or 3.79% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E0D is #13A1F2. Grayscale: #7F7F7F. Windows color (decimal): -1286643 or 876268. OLE color: 876268.

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

Color convert

RGB 236 94 13 -
CMYK 0 0.60 0.94 0.07
HSL 21.79º 0.9% 0.49% -
HSV(B) 21.79º 0.94% 0.93% -
XYZ 38.67 25.87 3.34 -
YUV 127.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 236 94 13 0 0.60 0.94 0.07 21.79 0.9 0.49
Hex EC 5E D 0 3C 5E 7 16 5A 31
Octal 354 136 15 0 74 136 7 26 132 61
Binary 11101100 1011110 1101 0 111100 1011110 111 10110 1011010 110001

Color Harmonies of #EC5E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E0D

Black with #EC5E0D

Text Example


Text Example

White with #EC5E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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