Html Css Color HEX #EC580C Persimmon

📋 copy color: '#EC580C'

red 236 ◦ green 88 ◦ blue 12

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

Shades of Persimmon #EC580C

Tints of Persimmon #EC580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.19%

 BLUE value IS 12 (5.08% from 255) = 3.57%

R = 70.24%
G = 26.19%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC580C (or 0xEC580C) is known color: Persimmon. HEX triplet: EC, 58 and 0C. RGB value is (236,88,12). Sum of RGB (Red+Green+Blue) = 236+88+12=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC580C is #13A7F3. Grayscale: #7C7C7C. Windows color (decimal): -1288180 or 809196. OLE color: 809196.

HSL color Cylindrical-coordinate representation of color #EC580C: hue angle of 20.36º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC580C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 88 12 -
CMYK 0 0.63 0.95 0.07
HSL 20.36º 0.9% 0.49% -
HSV(B) 20.36º 0.95% 0.93% -
XYZ 38.15 24.84 3.13 -
YUV 123.59 65.03 208.18 -
System Red Green Blue C M Y K H S L
Decimal 236 88 12 0 0.63 0.95 0.07 20.36 0.9 0.49
Hex EC 58 C 0 3F 5F 7 14 5A 31
Octal 354 130 14 0 77 137 7 24 132 61
Binary 11101100 1011000 1100 0 111111 1011111 111 10100 1011010 110001

Color Harmonies of #EC580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC580C

Black with #EC580C

Text Example


Text Example

White with #EC580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC580C; }

 p { color: rgb(236,88,12); }

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

background-color css

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

 a { background-color: rgb(236,88,12); }

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

border-color css

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

 span { border-color: rgb(236,88,12); }

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