Html Css Color HEX #EC510C Persimmon

📋 copy color: '#EC510C'

red 236 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #EC510C

Tints of Persimmon #EC510C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

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

R = 71.73%
G = 24.62%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC510C (or 0xEC510C) is known color: Persimmon. HEX triplet: EC, 51 and 0C. RGB value is (236,81,12). Sum of RGB (Red+Green+Blue) = 236+81+12=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC510C is #13AEF3. Grayscale: #777777. Windows color (decimal): -1289972 or 807404. OLE color: 807404.

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

Color convert

RGB 236 81 12 -
CMYK 0 0.66 0.95 0.07
HSL 18.48º 0.9% 0.49% -
HSV(B) 18.48º 0.95% 0.93% -
XYZ 37.6 23.74 2.95 -
YUV 119.48 67.35 211.11 -
System Red Green Blue C M Y K H S L
Decimal 236 81 12 0 0.66 0.95 0.07 18.48 0.9 0.49
Hex EC 51 C 0 42 5F 7 12 5A 31
Octal 354 121 14 0 102 137 7 22 132 61
Binary 11101100 1010001 1100 0 1000010 1011111 111 10010 1011010 110001

Color Harmonies of #EC510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC510C

Black with #EC510C

Text Example


Text Example

White with #EC510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC510C; }

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

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

background-color css

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

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

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

border-color css

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

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

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