Html Css Color HEX #EC531B Persimmon

📋 copy color: '#EC531B'

red 236 ◦ green 83 ◦ blue 27

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

Shades of Persimmon #EC531B

Tints of Persimmon #EC531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.99%

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

R = 68.21%
G = 23.99%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC531B (or 0xEC531B) is known color: Persimmon. HEX triplet: EC, 53 and 1B. RGB value is (236,83,27). Sum of RGB (Red+Green+Blue) = 236+83+27=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC531B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC531B is #13ACE4. Grayscale: #7A7A7A. Windows color (decimal): -1289445 or 1790956. OLE color: 1790956.

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

Color convert

RGB 236 83 27 -
CMYK 0 0.65 0.89 0.07
HSL 16.08º 0.85% 0.52% -
HSV(B) 16.08º 0.89% 0.93% -
XYZ 37.88 24.1 3.69 -
YUV 122.36 74.19 209.05 -
System Red Green Blue C M Y K H S L
Decimal 236 83 27 0 0.65 0.89 0.07 16.08 0.85 0.52
Hex EC 53 1B 0 41 59 7 10 55 34
Octal 354 123 33 0 101 131 7 20 125 64
Binary 11101100 1010011 11011 0 1000001 1011001 111 10000 1010101 110100

Color Harmonies of #EC531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC531B

Black with #EC531B

Text Example


Text Example

White with #EC531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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