Html Css Color HEX #E95301 Persimmon

📋 copy color: '#E95301'

red 233 ◦ green 83 ◦ blue 1

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

Shades of Persimmon #E95301

Tints of Persimmon #E95301

RGB

 RED value IS 233 (91.41% from 255) = 73.5%

 GREEN value IS 83 (32.81% from 255) = 26.18%

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

R = 73.5%
G = 26.18%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E95301 (or 0xE95301) is known color: Persimmon. HEX triplet: E9, 53 and 01. RGB value is (233,83,1). Sum of RGB (Red+Green+Blue) = 233+83+1=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E95301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95301 is #16ACFE. Grayscale: #767676. Windows color (decimal): -1486079 or 87017. OLE color: 87017.

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

Color convert

RGB 233 83 1 -
CMYK 0 0.64 1.00 0.09
HSL 21.21º 0.99% 0.46% -
HSV(B) 21.21º 1% 0.91% -
XYZ 36.7 23.51 2.63 -
YUV 118.5 61.7 209.67 -
System Red Green Blue C M Y K H S L
Decimal 233 83 1 0 0.64 1.00 0.09 21.21 0.99 0.46
Hex E9 53 1 0 40 64 9 15 63 2E
Octal 351 123 1 0 100 144 11 25 143 56
Binary 11101001 1010011 1 0 1000000 1100100 1001 10101 1100011 101110

Color Harmonies of #E95301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95301

Black with #E95301

Text Example


Text Example

White with #E95301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95301; }

 p { color: rgb(233,83,1); }

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

background-color css

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

 a { background-color: rgb(233,83,1); }

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

border-color css

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

 span { border-color: rgb(233,83,1); }

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