Html Css Color HEX #EB6115 Persimmon

📋 copy color: '#EB6115'

red 235 ◦ green 97 ◦ blue 21

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

Shades of Persimmon #EB6115

Tints of Persimmon #EB6115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.95%

R = 66.57%
G = 27.48%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB6115 (or 0xEB6115) is known color: Persimmon. HEX triplet: EB, 61 and 15. RGB value is (235,97,21). Sum of RGB (Red+Green+Blue) = 235+97+21=353 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.57% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 21 (8.59% from 255 or 5.95% from 353); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6115 is #149EEA. Grayscale: #828282. Windows color (decimal): -1351403 or 1401323. OLE color: 1401323.

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

Color convert

RGB 235 97 21 -
CMYK 0 0.59 0.91 0.08
HSL 21.31º 0.84% 0.5% -
HSV(B) 21.31º 0.91% 0.92% -
XYZ 38.67 26.27 3.74 -
YUV 129.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 235 97 21 0 0.59 0.91 0.08 21.31 0.84 0.5
Hex EB 61 15 0 3B 5B 8 15 54 32
Octal 353 141 25 0 73 133 10 25 124 62
Binary 11101011 1100001 10101 0 111011 1011011 1000 10101 1010100 110010

Color Harmonies of #EB6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6115

Black with #EB6115

Text Example


Text Example

White with #EB6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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