Html Css Color HEX #EC5D07 Persimmon

📋 copy color: '#EC5D07'

red 236 ◦ green 93 ◦ blue 7

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

Shades of Persimmon #EC5D07

Tints of Persimmon #EC5D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.68%

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

R = 70.24%
G = 27.68%
B = 2.08%

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

#EC5D07 (or 0xEC5D07) is known color: Persimmon. HEX triplet: EC, 5D and 07. RGB value is (236,93,7). Sum of RGB (Red+Green+Blue) = 236+93+7=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 7 (3.12% from 255 or 2.08% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D07 is #13A2F8. Grayscale: #7E7E7E. Windows color (decimal): -1286905 or 482796. OLE color: 482796.

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

Color convert

RGB 236 93 7 -
CMYK 0 0.61 0.97 0.07
HSL 22.53º 0.94% 0.48% -
HSV(B) 22.53º 0.97% 0.93% -
XYZ 38.54 25.68 3.13 -
YUV 125.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 236 93 7 0 0.61 0.97 0.07 22.53 0.94 0.48
Hex EC 5D 7 0 3D 61 7 17 5E 30
Octal 354 135 7 0 75 141 7 27 136 60
Binary 11101100 1011101 111 0 111101 1100001 111 10111 1011110 110000

Color Harmonies of #EC5D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D07

Black with #EC5D07

Text Example


Text Example

White with #EC5D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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