Html Css Color HEX #EB5113 Persimmon

📋 copy color: '#EB5113'

red 235 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #EB5113

Tints of Persimmon #EB5113

RGB

 RED value IS 235 (92.19% from 255) = 70.15%

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

 BLUE value IS 19 (7.81% from 255) = 5.67%

R = 70.15%
G = 24.18%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB5113 (or 0xEB5113) is known color: Persimmon. HEX triplet: EB, 51 and 13. RGB value is (235,81,19). Sum of RGB (Red+Green+Blue) = 235+81+19=335 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.15% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 19 (7.81% from 255 or 5.67% from 335); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5113 is #14AEEC. Grayscale: #787878. Windows color (decimal): -1355501 or 1266155. OLE color: 1266155.

HSL color Cylindrical-coordinate representation of color #EB5113: hue angle of 17.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB5113 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 81 19 -
CMYK 0 0.66 0.92 0.08
HSL 17.22º 0.85% 0.5% -
HSV(B) 17.22º 0.92% 0.92% -
XYZ 37.32 23.59 3.2 -
YUV 119.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 235 81 19 0 0.66 0.92 0.08 17.22 0.85 0.5
Hex EB 51 13 0 42 5C 8 11 55 32
Octal 353 121 23 0 102 134 10 21 125 62
Binary 11101011 1010001 10011 0 1000010 1011100 1000 10001 1010101 110010

Color Harmonies of #EB5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5113

Black with #EB5113

Text Example


Text Example

White with #EB5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5113; }

 p { color: rgb(235,81,19); }

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

background-color css

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

 a { background-color: rgb(235,81,19); }

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

border-color css

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

 span { border-color: rgb(235,81,19); }

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