Html Css Color HEX #EC511B Persimmon

📋 copy color: '#EC511B'

red 236 ◦ green 81 ◦ blue 27

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

Shades of Persimmon #EC511B

Tints of Persimmon #EC511B

RGB

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

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

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

R = 68.6%
G = 23.55%
B = 7.85%

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

#EC511B (or 0xEC511B) is known color: Persimmon. HEX triplet: EC, 51 and 1B. RGB value is (236,81,27). Sum of RGB (Red+Green+Blue) = 236+81+27=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC511B is #13AEE4. Grayscale: #797979. Windows color (decimal): -1289957 or 1790444. OLE color: 1790444.

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

Color convert

RGB 236 81 27 -
CMYK 0 0.66 0.89 0.07
HSL 15.5º 0.85% 0.52% -
HSV(B) 15.5º 0.89% 0.93% -
XYZ 37.73 23.8 3.64 -
YUV 121.19 74.85 209.89 -
System Red Green Blue C M Y K H S L
Decimal 236 81 27 0 0.66 0.89 0.07 15.5 0.85 0.52
Hex EC 51 1B 0 42 59 7 10 55 34
Octal 354 121 33 0 102 131 7 20 125 64
Binary 11101100 1010001 11011 0 1000010 1011001 111 10000 1010101 110100

Color Harmonies of #EC511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC511B

Black with #EC511B

Text Example


Text Example

White with #EC511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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