Html Css Color HEX #E94701 Persimmon

📋 copy color: '#E94701'

red 233 ◦ green 71 ◦ blue 1

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

Shades of Persimmon #E94701

Tints of Persimmon #E94701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.28%

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

R = 76.39%
G = 23.28%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E94701 (or 0xE94701) is known color: Persimmon. HEX triplet: E9, 47 and 01. RGB value is (233,71,1). Sum of RGB (Red+Green+Blue) = 233+71+1=305 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.39% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 233 - color contains mainly: red. Hex color #E94701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94701 is #16B8FE. Grayscale: #6F6F6F. Windows color (decimal): -1489151 or 83945. OLE color: 83945.

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

Color convert

RGB 233 71 1 -
CMYK 0 0.70 1.00 0.09
HSL 18.1º 0.99% 0.46% -
HSV(B) 18.1º 1% 0.91% -
XYZ 35.86 21.83 2.35 -
YUV 111.46 65.67 214.69 -
System Red Green Blue C M Y K H S L
Decimal 233 71 1 0 0.70 1.00 0.09 18.1 0.99 0.46
Hex E9 47 1 0 46 64 9 12 63 2E
Octal 351 107 1 0 106 144 11 22 143 56
Binary 11101001 1000111 1 0 1000110 1100100 1001 10010 1100011 101110

Color Harmonies of #E94701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94701

Black with #E94701

Text Example


Text Example

White with #E94701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94701; }

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

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

background-color css

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

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

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

border-color css

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

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

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