Html Css Color HEX #EB5401 Persimmon

📋 copy color: '#EB5401'

red 235 ◦ green 84 ◦ blue 1

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

Shades of Persimmon #EB5401

Tints of Persimmon #EB5401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 73.44%
G = 26.25%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB5401 (or 0xEB5401) is known color: Persimmon. HEX triplet: EB, 54 and 01. RGB value is (235,84,1). Sum of RGB (Red+Green+Blue) = 235+84+1=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5401 is #14ABFE. Grayscale: #787878. Windows color (decimal): -1354751 or 87275. OLE color: 87275.

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

Color convert

RGB 235 84 1 -
CMYK 0 0.64 1.00 0.08
HSL 21.28º 0.99% 0.46% -
HSV(B) 21.28º 1% 0.92% -
XYZ 37.44 24.01 2.69 -
YUV 119.69 61.03 210.25 -
System Red Green Blue C M Y K H S L
Decimal 235 84 1 0 0.64 1.00 0.08 21.28 0.99 0.46
Hex EB 54 1 0 40 64 8 15 63 2E
Octal 353 124 1 0 100 144 10 25 143 56
Binary 11101011 1010100 1 0 1000000 1100100 1000 10101 1100011 101110

Color Harmonies of #EB5401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5401

Black with #EB5401

Text Example


Text Example

White with #EB5401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5401; }

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

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

background-color css

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

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

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

border-color css

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

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

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