Html Css Color HEX #EB6513 Persimmon

📋 copy color: '#EB6513'

red 235 ◦ green 101 ◦ blue 19

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

Shades of Persimmon #EB6513

Tints of Persimmon #EB6513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 66.2%
G = 28.45%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB6513 (or 0xEB6513) is known color: Persimmon. HEX triplet: EB, 65 and 13. RGB value is (235,101,19). Sum of RGB (Red+Green+Blue) = 235+101+19=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6513 is #149AEC. Grayscale: #848484. Windows color (decimal): -1350381 or 1271275. OLE color: 1271275.

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

Color convert

RGB 235 101 19 -
CMYK 0 0.57 0.92 0.08
HSL 22.78º 0.85% 0.5% -
HSV(B) 22.78º 0.92% 0.92% -
XYZ 39.03 27.02 3.77 -
YUV 131.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 235 101 19 0 0.57 0.92 0.08 22.78 0.85 0.5
Hex EB 65 13 0 39 5C 8 17 55 32
Octal 353 145 23 0 71 134 10 27 125 62
Binary 11101011 1100101 10011 0 111001 1011100 1000 10111 1010101 110010

Color Harmonies of #EB6513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6513

Black with #EB6513

Text Example


Text Example

White with #EB6513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6513; }

 p { color: rgb(235,101,19); }

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

background-color css

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

 a { background-color: rgb(235,101,19); }

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

border-color css

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

 span { border-color: rgb(235,101,19); }

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