Html Css Color HEX #EC501B Persimmon

📋 copy color: '#EC501B'

red 236 ◦ green 80 ◦ blue 27

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

Shades of Persimmon #EC501B

Tints of Persimmon #EC501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 68.8%
G = 23.32%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC501B (or 0xEC501B) is known color: Persimmon. HEX triplet: EC, 50 and 1B. RGB value is (236,80,27). Sum of RGB (Red+Green+Blue) = 236+80+27=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC501B is #13AFE4. Grayscale: #787878. Windows color (decimal): -1290213 or 1790188. OLE color: 1790188.

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

Color convert

RGB 236 80 27 -
CMYK 0 0.66 0.89 0.07
HSL 15.22º 0.85% 0.52% -
HSV(B) 15.22º 0.89% 0.93% -
XYZ 37.66 23.65 3.62 -
YUV 120.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 236 80 27 0 0.66 0.89 0.07 15.22 0.85 0.52
Hex EC 50 1B 0 42 59 7 F 55 34
Octal 354 120 33 0 102 131 7 17 125 64
Binary 11101100 1010000 11011 0 1000010 1011001 111 1111 1010101 110100

Color Harmonies of #EC501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC501B

Black with #EC501B

Text Example


Text Example

White with #EC501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC501B; }

 p { color: rgb(236,80,27); }

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

background-color css

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

 a { background-color: rgb(236,80,27); }

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

border-color css

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

 span { border-color: rgb(236,80,27); }

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