Html Css Color HEX #EC541D Persimmon

📋 copy color: '#EC541D'

red 236 ◦ green 84 ◦ blue 29

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

Shades of Persimmon #EC541D

Tints of Persimmon #EC541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.07%

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

R = 67.62%
G = 24.07%
B = 8.31%

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

#EC541D (or 0xEC541D) is known color: Persimmon. HEX triplet: EC, 54 and 1D. RGB value is (236,84,29). Sum of RGB (Red+Green+Blue) = 236+84+29=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 29 (11.72% from 255 or 8.31% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541D is #13ABE2. Grayscale: #7B7B7B. Windows color (decimal): -1289187 or 1922284. OLE color: 1922284.

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

Color convert

RGB 236 84 29 -
CMYK 0 0.64 0.88 0.07
HSL 15.94º 0.84% 0.52% -
HSV(B) 15.94º 0.88% 0.93% -
XYZ 37.98 24.26 3.84 -
YUV 123.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 236 84 29 0 0.64 0.88 0.07 15.94 0.84 0.52
Hex EC 54 1D 0 40 58 7 10 54 34
Octal 354 124 35 0 100 130 7 20 124 64
Binary 11101100 1010100 11101 0 1000000 1011000 111 10000 1010100 110100

Color Harmonies of #EC541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC541D

Black with #EC541D

Text Example


Text Example

White with #EC541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC541D; }

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

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

background-color css

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

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

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

border-color css

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

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

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