Html Css Color HEX #EC4807 Persimmon

📋 copy color: '#EC4807'

red 236 ◦ green 72 ◦ blue 7

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

Shades of Persimmon #EC4807

Tints of Persimmon #EC4807

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

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

R = 74.92%
G = 22.86%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC4807 (or 0xEC4807) is known color: Persimmon. HEX triplet: EC, 48 and 07. RGB value is (236,72,7). Sum of RGB (Red+Green+Blue) = 236+72+7=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4807 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4807 is #13B7F8. Grayscale: #727272. Windows color (decimal): -1292281 or 477420. OLE color: 477420.

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

Color convert

RGB 236 72 7 -
CMYK 0 0.69 0.97 0.07
HSL 17.03º 0.94% 0.48% -
HSV(B) 17.03º 0.97% 0.93% -
XYZ 36.95 22.48 2.59 -
YUV 113.63 67.83 215.29 -
System Red Green Blue C M Y K H S L
Decimal 236 72 7 0 0.69 0.97 0.07 17.03 0.94 0.48
Hex EC 48 7 0 45 61 7 11 5E 30
Octal 354 110 7 0 105 141 7 21 136 60
Binary 11101100 1001000 111 0 1000101 1100001 111 10001 1011110 110000

Color Harmonies of #EC4807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4807

Black with #EC4807

Text Example


Text Example

White with #EC4807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4807; }

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

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

background-color css

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

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

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

border-color css

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

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

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