Html Css Color HEX #EC4A08 Persimmon

📋 copy color: '#EC4A08'

red 236 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #EC4A08

Tints of Persimmon #EC4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 74.21%
G = 23.27%
B = 2.52%

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

#EC4A08 (or 0xEC4A08) is known color: Persimmon. HEX triplet: EC, 4A and 08. RGB value is (236,74,8). Sum of RGB (Red+Green+Blue) = 236+74+8=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A08 is #13B5F7. Grayscale: #737373. Windows color (decimal): -1291768 or 543468. OLE color: 543468.

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

Color convert

RGB 236 74 8 -
CMYK 0 0.69 0.97 0.07
HSL 17.37º 0.93% 0.48% -
HSV(B) 17.37º 0.97% 0.93% -
XYZ 37.08 22.75 2.67 -
YUV 114.91 67.67 214.37 -
System Red Green Blue C M Y K H S L
Decimal 236 74 8 0 0.69 0.97 0.07 17.37 0.93 0.48
Hex EC 4A 8 0 45 61 7 11 5D 30
Octal 354 112 10 0 105 141 7 21 135 60
Binary 11101100 1001010 1000 0 1000101 1100001 111 10001 1011101 110000

Color Harmonies of #EC4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4A08

Black with #EC4A08

Text Example


Text Example

White with #EC4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4A08; }

 p { color: rgb(236,74,8); }

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

background-color css

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

 a { background-color: rgb(236,74,8); }

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

border-color css

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

 span { border-color: rgb(236,74,8); }

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