Html Css Color HEX #EB5013 Persimmon

📋 copy color: '#EB5013'

red 235 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #EB5013

Tints of Persimmon #EB5013

RGB

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

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

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

R = 70.36%
G = 23.95%
B = 5.69%

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

#EB5013 (or 0xEB5013) is known color: Persimmon. HEX triplet: EB, 50 and 13. RGB value is (235,80,19). Sum of RGB (Red+Green+Blue) = 235+80+19=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5013 is #14AFEC. Grayscale: #777777. Windows color (decimal): -1355757 or 1265899. OLE color: 1265899.

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

Color convert

RGB 235 80 19 -
CMYK 0 0.66 0.92 0.08
HSL 16.94º 0.85% 0.5% -
HSV(B) 16.94º 0.92% 0.92% -
XYZ 37.25 23.45 3.18 -
YUV 119.39 71.35 210.46 -
System Red Green Blue C M Y K H S L
Decimal 235 80 19 0 0.66 0.92 0.08 16.94 0.85 0.5
Hex EB 50 13 0 42 5C 8 11 55 32
Octal 353 120 23 0 102 134 10 21 125 62
Binary 11101011 1010000 10011 0 1000010 1011100 1000 10001 1010101 110010

Color Harmonies of #EB5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5013

Black with #EB5013

Text Example


Text Example

White with #EB5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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