Html Css Color HEX #EC4F05 Persimmon

📋 copy color: '#EC4F05'

red 236 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #EC4F05

Tints of Persimmon #EC4F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.69%

 BLUE value IS 5 (2.34% from 255) = 1.56%

R = 73.75%
G = 24.69%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC4F05 (or 0xEC4F05) is known color: Persimmon. HEX triplet: EC, 4F and 05. RGB value is (236,79,5). Sum of RGB (Red+Green+Blue) = 236+79+5=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F05 is #13B0FA. Grayscale: #757575. Windows color (decimal): -1290491 or 348140. OLE color: 348140.

HSL color Cylindrical-coordinate representation of color #EC4F05: hue angle of 19.22º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC4F05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 79 5 -
CMYK 0 0.67 0.98 0.07
HSL 19.22º 0.96% 0.47% -
HSV(B) 19.22º 0.98% 0.93% -
XYZ 37.42 23.44 2.7 -
YUV 117.51 64.51 212.52 -
System Red Green Blue C M Y K H S L
Decimal 236 79 5 0 0.67 0.98 0.07 19.22 0.96 0.47
Hex EC 4F 5 0 43 62 7 13 60 2F
Octal 354 117 5 0 103 142 7 23 140 57
Binary 11101100 1001111 101 0 1000011 1100010 111 10011 1100000 101111

Color Harmonies of #EC4F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4F05

Black with #EC4F05

Text Example


Text Example

White with #EC4F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4F05; }

 p { color: rgb(236,79,5); }

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

background-color css

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

 a { background-color: rgb(236,79,5); }

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

border-color css

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

 span { border-color: rgb(236,79,5); }

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