Html Css Color HEX #EC5400 Persimmon

📋 copy color: '#EC5400'

red 236 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #EC5400

Tints of Persimmon #EC5400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.75%
G = 26.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC5400 (or 0xEC5400) is known color: Persimmon. HEX triplet: EC, 54 and 00. RGB value is (236,84,0). Sum of RGB (Red+Green+Blue) = 236+84+0=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5400 is #13ABFF. Grayscale: #787878. Windows color (decimal): -1289216 or 21740. OLE color: 21740.

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

Color convert

RGB 236 84 0 -
CMYK 0 0.64 1 0.07
HSL 21.36º 1% 0.46% -
HSV(B) 21.36º 1% 0.93% -
XYZ 37.76 24.17 2.68 -
YUV 119.87 60.36 210.83 -
System Red Green Blue C M Y K H S L
Decimal 236 84 0 0 0.64 1 0.07 21.36 1 0.46
Hex EC 54 0 0 40 64 7 15 64 2E
Octal 354 124 0 0 100 144 7 25 144 56
Binary 11101100 1010100 0 0 1000000 1100100 111 10101 1100100 101110

Color Harmonies of #EC5400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5400

Black with #EC5400

Text Example


Text Example

White with #EC5400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5400; }

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

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

background-color css

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

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

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

border-color css

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

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

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