Html Css Color HEX #EC5D08 Persimmon

📋 copy color: '#EC5D08'

red 236 ◦ green 93 ◦ blue 8

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

Shades of Persimmon #EC5D08

Tints of Persimmon #EC5D08

RGB

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

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

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

R = 70.03%
G = 27.6%
B = 2.37%

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

#EC5D08 (or 0xEC5D08) is known color: Persimmon. HEX triplet: EC, 5D and 08. RGB value is (236,93,8). Sum of RGB (Red+Green+Blue) = 236+93+8=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D08 is #13A2F7. Grayscale: #7E7E7E. Windows color (decimal): -1286904 or 548332. OLE color: 548332.

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

Color convert

RGB 236 93 8 -
CMYK 0 0.61 0.97 0.07
HSL 22.37º 0.93% 0.48% -
HSV(B) 22.37º 0.97% 0.93% -
XYZ 38.55 25.68 3.15 -
YUV 126.07 61.38 206.41 -
System Red Green Blue C M Y K H S L
Decimal 236 93 8 0 0.61 0.97 0.07 22.37 0.93 0.48
Hex EC 5D 8 0 3D 61 7 16 5D 30
Octal 354 135 10 0 75 141 7 26 135 60
Binary 11101100 1011101 1000 0 111101 1100001 111 10110 1011101 110000

Color Harmonies of #EC5D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D08

Black with #EC5D08

Text Example


Text Example

White with #EC5D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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