Html Css Color HEX #EC541F Persimmon

📋 copy color: '#EC541F'

red 236 ◦ green 84 ◦ blue 31

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

Shades of Persimmon #EC541F

Tints of Persimmon #EC541F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.83%

R = 67.24%
G = 23.93%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC541F (or 0xEC541F) is known color: Persimmon. HEX triplet: EC, 54 and 1F. RGB value is (236,84,31). Sum of RGB (Red+Green+Blue) = 236+84+31=351 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.24% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 31 (12.5% from 255 or 8.83% from 351); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541F is #13ABE0. Grayscale: #7B7B7B. Windows color (decimal): -1289185 or 2053356. OLE color: 2053356.

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

Color convert

RGB 236 84 31 -
CMYK 0 0.64 0.87 0.07
HSL 15.51º 0.84% 0.52% -
HSV(B) 15.51º 0.87% 0.93% -
XYZ 38.01 24.27 3.98 -
YUV 123.41 75.86 208.31 -
System Red Green Blue C M Y K H S L
Decimal 236 84 31 0 0.64 0.87 0.07 15.51 0.84 0.52
Hex EC 54 1F 0 40 57 7 10 54 34
Octal 354 124 37 0 100 127 7 20 124 64
Binary 11101100 1010100 11111 0 1000000 1010111 111 10000 1010100 110100

Color Harmonies of #EC541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC541F

Black with #EC541F

Text Example


Text Example

White with #EC541F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC541F; }

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

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

background-color css

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

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

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

border-color css

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

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

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