Html Css Color HEX #EC541B Persimmon

📋 copy color: '#EC541B'

red 236 ◦ green 84 ◦ blue 27

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

Shades of Persimmon #EC541B

Tints of Persimmon #EC541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.78%

R = 68.01%
G = 24.21%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC541B (or 0xEC541B) is known color: Persimmon. HEX triplet: EC, 54 and 1B. RGB value is (236,84,27). Sum of RGB (Red+Green+Blue) = 236+84+27=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541B is #13ABE4. Grayscale: #7B7B7B. Windows color (decimal): -1289189 or 1791212. OLE color: 1791212.

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

Color convert

RGB 236 84 27 -
CMYK 0 0.64 0.89 0.07
HSL 16.36º 0.85% 0.52% -
HSV(B) 16.36º 0.89% 0.93% -
XYZ 37.96 24.25 3.72 -
YUV 122.95 73.86 208.63 -
System Red Green Blue C M Y K H S L
Decimal 236 84 27 0 0.64 0.89 0.07 16.36 0.85 0.52
Hex EC 54 1B 0 40 59 7 10 55 34
Octal 354 124 33 0 100 131 7 20 125 64
Binary 11101100 1010100 11011 0 1000000 1011001 111 10000 1010101 110100

Color Harmonies of #EC541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC541B

Black with #EC541B

Text Example


Text Example

White with #EC541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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