Html Css Color HEX #EC561D Persimmon

📋 copy color: '#EC561D'

red 236 ◦ green 86 ◦ blue 29

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

Shades of Persimmon #EC561D

Tints of Persimmon #EC561D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

 BLUE value IS 29 (11.72% from 255) = 8.26%

R = 67.24%
G = 24.5%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC561D (or 0xEC561D) is known color: Persimmon. HEX triplet: EC, 56 and 1D. RGB value is (236,86,29). Sum of RGB (Red+Green+Blue) = 236+86+29=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 29 (11.72% from 255 or 8.26% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561D is #13A9E2. Grayscale: #7C7C7C. Windows color (decimal): -1288675 or 1922796. OLE color: 1922796.

HSL color Cylindrical-coordinate representation of color #EC561D: hue angle of 16.52º degrees, saturation: 0.84, 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 #EC561D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 29 -
CMYK 0 0.64 0.88 0.07
HSL 16.52º 0.84% 0.52% -
HSV(B) 16.52º 0.88% 0.93% -
XYZ 38.14 24.58 3.9 -
YUV 124.35 74.2 207.63 -
System Red Green Blue C M Y K H S L
Decimal 236 86 29 0 0.64 0.88 0.07 16.52 0.84 0.52
Hex EC 56 1D 0 40 58 7 11 54 34
Octal 354 126 35 0 100 130 7 21 124 64
Binary 11101100 1010110 11101 0 1000000 1011000 111 10001 1010100 110100

Color Harmonies of #EC561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC561D

Black with #EC561D

Text Example


Text Example

White with #EC561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC561D; }

 p { color: rgb(236,86,29); }

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

background-color css

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

 a { background-color: rgb(236,86,29); }

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

border-color css

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

 span { border-color: rgb(236,86,29); }

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