Html Css Color HEX #EC500B Persimmon

📋 copy color: '#EC500B'

red 236 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #EC500B

Tints of Persimmon #EC500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 72.17%
G = 24.46%
B = 3.36%

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

#EC500B (or 0xEC500B) is known color: Persimmon. HEX triplet: EC, 50 and 0B. RGB value is (236,80,11). Sum of RGB (Red+Green+Blue) = 236+80+11=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC500B is #13AFF4. Grayscale: #777777. Windows color (decimal): -1290229 or 741612. OLE color: 741612.

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

Color convert

RGB 236 80 11 -
CMYK 0 0.66 0.95 0.07
HSL 18.4º 0.91% 0.48% -
HSV(B) 18.4º 0.95% 0.93% -
XYZ 37.52 23.59 2.89 -
YUV 118.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 236 80 11 0 0.66 0.95 0.07 18.4 0.91 0.48
Hex EC 50 B 0 42 5F 7 12 5B 30
Octal 354 120 13 0 102 137 7 22 133 60
Binary 11101100 1010000 1011 0 1000010 1011111 111 10010 1011011 110000

Color Harmonies of #EC500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC500B

Black with #EC500B

Text Example


Text Example

White with #EC500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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