Html Css Color HEX #EB5D15 Persimmon

📋 copy color: '#EB5D15'

red 235 ◦ green 93 ◦ blue 21

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

Shades of Persimmon #EB5D15

Tints of Persimmon #EB5D15

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.65%

 BLUE value IS 21 (8.59% from 255) = 6.02%

R = 67.34%
G = 26.65%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB5D15 (or 0xEB5D15) is known color: Persimmon. HEX triplet: EB, 5D and 15. RGB value is (235,93,21). Sum of RGB (Red+Green+Blue) = 235+93+21=349 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.34% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D15 is #14A2EA. Grayscale: #7F7F7F. Windows color (decimal): -1352427 or 1400299. OLE color: 1400299.

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

Color convert

RGB 235 93 21 -
CMYK 0 0.60 0.91 0.08
HSL 20.19º 0.84% 0.5% -
HSV(B) 20.19º 0.91% 0.92% -
XYZ 38.31 25.55 3.62 -
YUV 127.25 68.04 204.85 -
System Red Green Blue C M Y K H S L
Decimal 235 93 21 0 0.60 0.91 0.08 20.19 0.84 0.5
Hex EB 5D 15 0 3C 5B 8 14 54 32
Octal 353 135 25 0 74 133 10 24 124 62
Binary 11101011 1011101 10101 0 111100 1011011 1000 10100 1010100 110010

Color Harmonies of #EB5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D15

Black with #EB5D15

Text Example


Text Example

White with #EB5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D15; }

 p { color: rgb(235,93,21); }

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

background-color css

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

 a { background-color: rgb(235,93,21); }

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

border-color css

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

 span { border-color: rgb(235,93,21); }

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