Html Css Color HEX #E94500 Persimmon

📋 copy color: '#E94500'

red 233 ◦ green 69 ◦ blue 0

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

Shades of Persimmon #E94500

Tints of Persimmon #E94500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.15%
G = 22.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E94500 (or 0xE94500) is known color: Persimmon. HEX triplet: E9, 45 and 00. RGB value is (233,69,0). Sum of RGB (Red+Green+Blue) = 233+69+0=302 (40% of max value = 765). Red value is 233 (91.41% from 255 or 77.15% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 233 - color contains mainly: red. Hex color #E94500 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94500 is #16BAFF. Grayscale: #6E6E6E. Windows color (decimal): -1489664 or 17897. OLE color: 17897.

HSL color Cylindrical-coordinate representation of color #E94500: hue angle of 17.77º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E94500 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 0 -
CMYK 0 0.70 1 0.09
HSL 17.77º 1% 0.46% -
HSV(B) 17.77º 1% 0.91% -
XYZ 35.73 21.58 2.28 -
YUV 110.17 65.83 215.61 -
System Red Green Blue C M Y K H S L
Decimal 233 69 0 0 0.70 1 0.09 17.77 1 0.46
Hex E9 45 0 0 46 64 9 12 64 2E
Octal 351 105 0 0 106 144 11 22 144 56
Binary 11101001 1000101 0 0 1000110 1100100 1001 10010 1100100 101110

Color Harmonies of #E94500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94500

Black with #E94500

Text Example


Text Example

White with #E94500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94500; }

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

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

background-color css

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

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

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

border-color css

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

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

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