Html Css Color HEX #EC5F00 Persimmon

📋 copy color: '#EC5F00'

red 236 ◦ green 95 ◦ blue 0

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

Shades of Persimmon #EC5F00

Tints of Persimmon #EC5F00

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.7%

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

R = 71.3%
G = 28.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC5F00 (or 0xEC5F00) is known color: Persimmon. HEX triplet: EC, 5F and 00. RGB value is (236,95,0). Sum of RGB (Red+Green+Blue) = 236+95+0=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F00 is #13A0FF. Grayscale: #7E7E7E. Windows color (decimal): -1286400 or 24556. OLE color: 24556.

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

Color convert

RGB 236 95 0 -
CMYK 0 0.60 1 0.07
HSL 24.15º 1% 0.46% -
HSV(B) 24.15º 1% 0.93% -
XYZ 38.68 26.02 2.98 -
YUV 126.33 56.71 206.22 -
System Red Green Blue C M Y K H S L
Decimal 236 95 0 0 0.60 1 0.07 24.15 1 0.46
Hex EC 5F 0 0 3C 64 7 18 64 2E
Octal 354 137 0 0 74 144 7 30 144 56
Binary 11101100 1011111 0 0 111100 1100100 111 11000 1100100 101110

Color Harmonies of #EC5F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F00

Black with #EC5F00

Text Example


Text Example

White with #EC5F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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