Html Css Color HEX #EB5E18 Persimmon

📋 copy color: '#EB5E18'

red 235 ◦ green 94 ◦ blue 24

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

Shades of Persimmon #EB5E18

Tints of Persimmon #EB5E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 24 (9.77% from 255) = 6.8%

R = 66.57%
G = 26.63%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EB5E18 (or 0xEB5E18) is known color: Persimmon. HEX triplet: EB, 5E and 18. RGB value is (235,94,24). Sum of RGB (Red+Green+Blue) = 235+94+24=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5E18 is #14A1E7. Grayscale: #808080. Windows color (decimal): -1352168 or 1597163. OLE color: 1597163.

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

Color convert

RGB 235 94 24 -
CMYK 0 0.6 0.90 0.08
HSL 19.91º 0.84% 0.51% -
HSV(B) 19.91º 0.9% 0.92% -
XYZ 38.43 25.73 3.81 -
YUV 128.18 69.21 204.19 -
System Red Green Blue C M Y K H S L
Decimal 235 94 24 0 0.6 0.90 0.08 19.91 0.84 0.51
Hex EB 5E 18 0 3C 5A 8 14 54 33
Octal 353 136 30 0 74 132 10 24 124 63
Binary 11101011 1011110 11000 0 111100 1011010 1000 10100 1010100 110011

Color Harmonies of #EB5E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5E18

Black with #EB5E18

Text Example


Text Example

White with #EB5E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5E18; }

 p { color: rgb(235,94,24); }

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

background-color css

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

 a { background-color: rgb(235,94,24); }

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

border-color css

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

 span { border-color: rgb(235,94,24); }

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