Html Css Color HEX #E95D01 Persimmon

📋 copy color: '#E95D01'

red 233 ◦ green 93 ◦ blue 1

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

Shades of Persimmon #E95D01

Tints of Persimmon #E95D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

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

R = 71.25%
G = 28.44%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E95D01 (or 0xE95D01) is known color: Persimmon. HEX triplet: E9, 5D and 01. RGB value is (233,93,1). Sum of RGB (Red+Green+Blue) = 233+93+1=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95D01 is #16A2FE. Grayscale: #7C7C7C. Windows color (decimal): -1483519 or 89577. OLE color: 89577.

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

Color convert

RGB 233 93 1 -
CMYK 0 0.60 1.00 0.09
HSL 23.79º 0.99% 0.46% -
HSV(B) 23.79º 1% 0.91% -
XYZ 37.52 25.15 2.91 -
YUV 124.37 58.38 205.48 -
System Red Green Blue C M Y K H S L
Decimal 233 93 1 0 0.60 1.00 0.09 23.79 0.99 0.46
Hex E9 5D 1 0 3C 64 9 18 63 2E
Octal 351 135 1 0 74 144 11 30 143 56
Binary 11101001 1011101 1 0 111100 1100100 1001 11000 1100011 101110

Color Harmonies of #E95D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95D01

Black with #E95D01

Text Example


Text Example

White with #E95D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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