Html Css Color HEX #EB6113 Persimmon

📋 copy color: '#EB6113'

red 235 ◦ green 97 ◦ blue 19

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

Shades of Persimmon #EB6113

Tints of Persimmon #EB6113

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.64%

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

R = 66.95%
G = 27.64%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB6113 (or 0xEB6113) is known color: Persimmon. HEX triplet: EB, 61 and 13. RGB value is (235,97,19). Sum of RGB (Red+Green+Blue) = 235+97+19=351 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.95% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6113 is #149EEC. Grayscale: #818181. Windows color (decimal): -1351405 or 1270251. OLE color: 1270251.

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

Color convert

RGB 235 97 19 -
CMYK 0 0.59 0.92 0.08
HSL 21.67º 0.85% 0.5% -
HSV(B) 21.67º 0.92% 0.92% -
XYZ 38.65 26.26 3.65 -
YUV 129.37 65.72 203.34 -
System Red Green Blue C M Y K H S L
Decimal 235 97 19 0 0.59 0.92 0.08 21.67 0.85 0.5
Hex EB 61 13 0 3B 5C 8 16 55 32
Octal 353 141 23 0 73 134 10 26 125 62
Binary 11101011 1100001 10011 0 111011 1011100 1000 10110 1010101 110010

Color Harmonies of #EB6113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6113

Black with #EB6113

Text Example


Text Example

White with #EB6113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6113; }

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

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

background-color css

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

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

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

border-color css

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

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

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