Html Css Color HEX #E95900 Persimmon

📋 copy color: '#E95900'

red 233 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #E95900

Tints of Persimmon #E95900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

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

R = 72.36%
G = 27.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E95900 (or 0xE95900) is known color: Persimmon. HEX triplet: E9, 59 and 00. RGB value is (233,89,0). Sum of RGB (Red+Green+Blue) = 233+89+0=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E95900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95900 is #16A6FF. Grayscale: #7A7A7A. Windows color (decimal): -1484544 or 23017. OLE color: 23017.

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

Color convert

RGB 233 89 0 -
CMYK 0 0.62 1 0.09
HSL 22.92º 1% 0.46% -
HSV(B) 22.92º 1% 0.91% -
XYZ 37.18 24.47 2.76 -
YUV 121.91 59.21 207.24 -
System Red Green Blue C M Y K H S L
Decimal 233 89 0 0 0.62 1 0.09 22.92 1 0.46
Hex E9 59 0 0 3E 64 9 17 64 2E
Octal 351 131 0 0 76 144 11 27 144 56
Binary 11101001 1011001 0 0 111110 1100100 1001 10111 1100100 101110

Color Harmonies of #E95900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95900

Black with #E95900

Text Example


Text Example

White with #E95900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95900; }

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

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

background-color css

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

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

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

border-color css

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

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

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