Html Css Color HEX #EB5D16 Persimmon

📋 copy color: '#EB5D16'

red 235 ◦ green 93 ◦ blue 22

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

Shades of Persimmon #EB5D16

Tints of Persimmon #EB5D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 67.14%
G = 26.57%
B = 6.29%

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

#EB5D16 (or 0xEB5D16) is known color: Persimmon. HEX triplet: EB, 5D and 16. RGB value is (235,93,22). Sum of RGB (Red+Green+Blue) = 235+93+22=350 (46% of max value = 765). Red value is 235 (92.19% from 255 or 67.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D16 is #14A2E9. Grayscale: #7F7F7F. Windows color (decimal): -1352426 or 1465835. OLE color: 1465835.

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

Color convert

RGB 235 93 22 -
CMYK 0 0.60 0.91 0.08
HSL 20º 0.84% 0.5% -
HSV(B) 20º 0.91% 0.92% -
XYZ 38.32 25.55 3.67 -
YUV 127.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 235 93 22 0 0.60 0.91 0.08 20 0.84 0.5
Hex EB 5D 16 0 3C 5B 8 14 54 32
Octal 353 135 26 0 74 133 10 24 124 62
Binary 11101011 1011101 10110 0 111100 1011011 1000 10100 1010100 110010

Color Harmonies of #EB5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D16

Black with #EB5D16

Text Example


Text Example

White with #EB5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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