Html Css Color HEX #EB6101 Persimmon

📋 copy color: '#EB6101'

red 235 ◦ green 97 ◦ blue 1

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

Shades of Persimmon #EB6101

Tints of Persimmon #EB6101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 70.57%
G = 29.13%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB6101 (or 0xEB6101) is known color: Persimmon. HEX triplet: EB, 61 and 01. RGB value is (235,97,1). Sum of RGB (Red+Green+Blue) = 235+97+1=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 1 (0.78% from 255 or 0.30% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6101 is #149EFE. Grayscale: #7F7F7F. Windows color (decimal): -1351423 or 90603. OLE color: 90603.

HSL color Cylindrical-coordinate representation of color #EB6101: hue angle of 24.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB6101 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 97 1 -
CMYK 0 0.59 1.00 0.08
HSL 24.62º 0.99% 0.46% -
HSV(B) 24.62º 1% 0.92% -
XYZ 38.54 26.21 3.06 -
YUV 127.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 235 97 1 0 0.59 1.00 0.08 24.62 0.99 0.46
Hex EB 61 1 0 3B 64 8 19 63 2E
Octal 353 141 1 0 73 144 10 31 143 56
Binary 11101011 1100001 1 0 111011 1100100 1000 11001 1100011 101110

Color Harmonies of #EB6101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6101

Black with #EB6101

Text Example


Text Example

White with #EB6101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6101; }

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

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

background-color css

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

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

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

border-color css

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

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

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