Html Css Color HEX #EB5201 Persimmon

📋 copy color: '#EB5201'

red 235 ◦ green 82 ◦ blue 1

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

Shades of Persimmon #EB5201

Tints of Persimmon #EB5201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 73.9%
G = 25.79%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB5201 (or 0xEB5201) is known color: Persimmon. HEX triplet: EB, 52 and 01. RGB value is (235,82,1). Sum of RGB (Red+Green+Blue) = 235+82+1=318 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.90% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5201 is #14ADFE. Grayscale: #767676. Windows color (decimal): -1355263 or 86763. OLE color: 86763.

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

Color convert

RGB 235 82 1 -
CMYK 0 0.65 1.00 0.08
HSL 20.77º 0.99% 0.46% -
HSV(B) 20.77º 1% 0.92% -
XYZ 37.28 23.7 2.64 -
YUV 118.51 61.69 211.09 -
System Red Green Blue C M Y K H S L
Decimal 235 82 1 0 0.65 1.00 0.08 20.77 0.99 0.46
Hex EB 52 1 0 41 64 8 15 63 2E
Octal 353 122 1 0 101 144 10 25 143 56
Binary 11101011 1010010 1 0 1000001 1100100 1000 10101 1100011 101110

Color Harmonies of #EB5201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5201

Black with #EB5201

Text Example


Text Example

White with #EB5201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5201; }

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

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

background-color css

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

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

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

border-color css

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

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

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