Html Css Color HEX #EB5D10 Persimmon

📋 copy color: '#EB5D10'

red 235 ◦ green 93 ◦ blue 16

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

Shades of Persimmon #EB5D10

Tints of Persimmon #EB5D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.65%

R = 68.31%
G = 27.03%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EB5D10 (or 0xEB5D10) is known color: Persimmon. HEX triplet: EB, 5D and 10. RGB value is (235,93,16). Sum of RGB (Red+Green+Blue) = 235+93+16=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D10 is #14A2EF. Grayscale: #7F7F7F. Windows color (decimal): -1352432 or 1072619. OLE color: 1072619.

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

Color convert

RGB 235 93 16 -
CMYK 0 0.60 0.93 0.08
HSL 21.1º 0.87% 0.49% -
HSV(B) 21.1º 0.93% 0.92% -
XYZ 38.27 25.53 3.4 -
YUV 126.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 235 93 16 0 0.60 0.93 0.08 21.1 0.87 0.49
Hex EB 5D 10 0 3C 5D 8 15 57 31
Octal 353 135 20 0 74 135 10 25 127 61
Binary 11101011 1011101 10000 0 111100 1011101 1000 10101 1010111 110001

Color Harmonies of #EB5D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D10

Black with #EB5D10

Text Example


Text Example

White with #EB5D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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