Html Css Color HEX #EC5C07 Persimmon

📋 copy color: '#EC5C07'

red 236 ◦ green 92 ◦ blue 7

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

Shades of Persimmon #EC5C07

Tints of Persimmon #EC5C07

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 7 (3.13% from 255) = 2.09%

R = 70.45%
G = 27.46%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5C07 (or 0xEC5C07) is known color: Persimmon. HEX triplet: EC, 5C and 07. RGB value is (236,92,7). Sum of RGB (Red+Green+Blue) = 236+92+7=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 7 (3.12% from 255 or 2.09% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C07 is #13A3F8. Grayscale: #7D7D7D. Windows color (decimal): -1287161 or 482540. OLE color: 482540.

HSL color Cylindrical-coordinate representation of color #EC5C07: hue angle of 22.27º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5C07 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 92 7 -
CMYK 0 0.61 0.97 0.07
HSL 22.27º 0.94% 0.48% -
HSV(B) 22.27º 0.97% 0.93% -
XYZ 38.46 25.5 3.1 -
YUV 125.37 61.21 206.91 -
System Red Green Blue C M Y K H S L
Decimal 236 92 7 0 0.61 0.97 0.07 22.27 0.94 0.48
Hex EC 5C 7 0 3D 61 7 16 5E 30
Octal 354 134 7 0 75 141 7 26 136 60
Binary 11101100 1011100 111 0 111101 1100001 111 10110 1011110 110000

Color Harmonies of #EC5C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5C07

Black with #EC5C07

Text Example


Text Example

White with #EC5C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5C07; }

 p { color: rgb(236,92,7); }

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

background-color css

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

 a { background-color: rgb(236,92,7); }

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

border-color css

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

 span { border-color: rgb(236,92,7); }

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