Html Css Color HEX #E94501 Persimmon

📋 copy color: '#E94501'

red 233 ◦ green 69 ◦ blue 1

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

Shades of Persimmon #E94501

Tints of Persimmon #E94501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.77%

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

R = 76.9%
G = 22.77%
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

#E94501 (or 0xE94501) is known color: Persimmon. HEX triplet: E9, 45 and 01. RGB value is (233,69,1). Sum of RGB (Red+Green+Blue) = 233+69+1=303 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.90% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 233 - color contains mainly: red. Hex color #E94501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94501 is #16BAFE. Grayscale: #6E6E6E. Windows color (decimal): -1489663 or 83433. OLE color: 83433.

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

Color convert

RGB 233 69 1 -
CMYK 0 0.70 1.00 0.09
HSL 17.59º 0.99% 0.46% -
HSV(B) 17.59º 1% 0.91% -
XYZ 35.74 21.58 2.31 -
YUV 110.28 66.33 215.53 -
System Red Green Blue C M Y K H S L
Decimal 233 69 1 0 0.70 1.00 0.09 17.59 0.99 0.46
Hex E9 45 1 0 46 64 9 12 63 2E
Octal 351 105 1 0 106 144 11 22 143 56
Binary 11101001 1000101 1 0 1000110 1100100 1001 10010 1100011 101110

Color Harmonies of #E94501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94501

Black with #E94501

Text Example


Text Example

White with #E94501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94501; }

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

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

background-color css

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

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

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

border-color css

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

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

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