Html Css Color HEX #EC5E07 Persimmon

📋 copy color: '#EC5E07'

red 236 ◦ green 94 ◦ blue 7

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

Shades of Persimmon #EC5E07

Tints of Persimmon #EC5E07

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

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

R = 70.03%
G = 27.89%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC5E07 (or 0xEC5E07) is known color: Persimmon. HEX triplet: EC, 5E and 07. RGB value is (236,94,7). Sum of RGB (Red+Green+Blue) = 236+94+7=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E07 is #13A1F8. Grayscale: #7F7F7F. Windows color (decimal): -1286649 or 483052. OLE color: 483052.

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

Color convert

RGB 236 94 7 -
CMYK 0 0.60 0.97 0.07
HSL 22.79º 0.94% 0.48% -
HSV(B) 22.79º 0.97% 0.93% -
XYZ 38.63 25.85 3.16 -
YUV 126.54 60.54 206.07 -
System Red Green Blue C M Y K H S L
Decimal 236 94 7 0 0.60 0.97 0.07 22.79 0.94 0.48
Hex EC 5E 7 0 3C 61 7 17 5E 30
Octal 354 136 7 0 74 141 7 27 136 60
Binary 11101100 1011110 111 0 111100 1100001 111 10111 1011110 110000

Color Harmonies of #EC5E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E07

Black with #EC5E07

Text Example


Text Example

White with #EC5E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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