Html Css Color HEX #E94401 Persimmon

📋 copy color: '#E94401'

red 233 ◦ green 68 ◦ blue 1

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

Shades of Persimmon #E94401

Tints of Persimmon #E94401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.52%

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

R = 77.15%
G = 22.52%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E94401 (or 0xE94401) is known color: Persimmon. HEX triplet: E9, 44 and 01. RGB value is (233,68,1). Sum of RGB (Red+Green+Blue) = 233+68+1=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E94401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94401 is #16BBFE. Grayscale: #6E6E6E. Windows color (decimal): -1489919 or 83177. OLE color: 83177.

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

Color convert

RGB 233 68 1 -
CMYK 0 0.71 1.00 0.09
HSL 17.33º 0.99% 0.46% -
HSV(B) 17.33º 1% 0.91% -
XYZ 35.68 21.46 2.29 -
YUV 109.7 66.66 215.95 -
System Red Green Blue C M Y K H S L
Decimal 233 68 1 0 0.71 1.00 0.09 17.33 0.99 0.46
Hex E9 44 1 0 47 64 9 11 63 2E
Octal 351 104 1 0 107 144 11 21 143 56
Binary 11101001 1000100 1 0 1000111 1100100 1001 10001 1100011 101110

Color Harmonies of #E94401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94401

Black with #E94401

Text Example


Text Example

White with #E94401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94401; }

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

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

background-color css

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

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

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

border-color css

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

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

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