Html Css Color HEX #E95C01 Persimmon

📋 copy color: '#E95C01'

red 233 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #E95C01

Tints of Persimmon #E95C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

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

R = 71.47%
G = 28.22%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E95C01 (or 0xE95C01) is known color: Persimmon. HEX triplet: E9, 5C and 01. RGB value is (233,92,1). Sum of RGB (Red+Green+Blue) = 233+92+1=326 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.47% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C01 is #16A3FE. Grayscale: #7C7C7C. Windows color (decimal): -1483775 or 89321. OLE color: 89321.

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

Color convert

RGB 233 92 1 -
CMYK 0 0.61 1.00 0.09
HSL 23.53º 0.99% 0.46% -
HSV(B) 23.53º 1% 0.91% -
XYZ 37.44 24.98 2.88 -
YUV 123.79 58.71 205.9 -
System Red Green Blue C M Y K H S L
Decimal 233 92 1 0 0.61 1.00 0.09 23.53 0.99 0.46
Hex E9 5C 1 0 3D 64 9 18 63 2E
Octal 351 134 1 0 75 144 11 30 143 56
Binary 11101001 1011100 1 0 111101 1100100 1001 11000 1100011 101110

Color Harmonies of #E95C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C01

Black with #E95C01

Text Example


Text Example

White with #E95C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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