Html Css Color HEX #EB5A19 Persimmon

📋 copy color: '#EB5A19'

red 235 ◦ green 90 ◦ blue 25

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

Shades of Persimmon #EB5A19

Tints of Persimmon #EB5A19

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.71%

 BLUE value IS 25 (10.16% from 255) = 7.14%

R = 67.14%
G = 25.71%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB5A19 (or 0xEB5A19) is known color: Persimmon. HEX triplet: EB, 5A and 19. RGB value is (235,90,25). Sum of RGB (Red+Green+Blue) = 235+90+25=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 25 (10.16% from 255 or 7.14% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A19 is #14A5E6. Grayscale: #7E7E7E. Windows color (decimal): -1353191 or 1661675. OLE color: 1661675.

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

Color convert

RGB 235 90 25 -
CMYK 0 0.62 0.89 0.08
HSL 18.57º 0.84% 0.51% -
HSV(B) 18.57º 0.89% 0.92% -
XYZ 38.09 25.04 3.75 -
YUV 125.95 71.04 205.79 -
System Red Green Blue C M Y K H S L
Decimal 235 90 25 0 0.62 0.89 0.08 18.57 0.84 0.51
Hex EB 5A 19 0 3E 59 8 13 54 33
Octal 353 132 31 0 76 131 10 23 124 63
Binary 11101011 1011010 11001 0 111110 1011001 1000 10011 1010100 110011

Color Harmonies of #EB5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A19

Black with #EB5A19

Text Example


Text Example

White with #EB5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A19; }

 p { color: rgb(235,90,25); }

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

background-color css

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

 a { background-color: rgb(235,90,25); }

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

border-color css

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

 span { border-color: rgb(235,90,25); }

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