Html Css Color HEX #EC510A Persimmon

📋 copy color: '#EC510A'

red 236 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #EC510A

Tints of Persimmon #EC510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 72.17%
G = 24.77%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC510A (or 0xEC510A) is known color: Persimmon. HEX triplet: EC, 51 and 0A. RGB value is (236,81,10). Sum of RGB (Red+Green+Blue) = 236+81+10=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC510A is #13AEF5. Grayscale: #777777. Windows color (decimal): -1289974 or 676332. OLE color: 676332.

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

Color convert

RGB 236 81 10 -
CMYK 0 0.66 0.96 0.07
HSL 18.85º 0.92% 0.48% -
HSV(B) 18.85º 0.96% 0.93% -
XYZ 37.59 23.74 2.89 -
YUV 119.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 236 81 10 0 0.66 0.96 0.07 18.85 0.92 0.48
Hex EC 51 A 0 42 60 7 13 5C 30
Octal 354 121 12 0 102 140 7 23 134 60
Binary 11101100 1010001 1010 0 1000010 1100000 111 10011 1011100 110000

Color Harmonies of #EC510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC510A

Black with #EC510A

Text Example


Text Example

White with #EC510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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