Html Css Color HEX #E95914 Persimmon

📋 copy color: '#E95914'

red 233 ◦ green 89 ◦ blue 20

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

Shades of Persimmon #E95914

Tints of Persimmon #E95914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.85%

R = 68.13%
G = 26.02%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95914 (or 0xE95914) is known color: Persimmon. HEX triplet: E9, 59 and 14. RGB value is (233,89,20). Sum of RGB (Red+Green+Blue) = 233+89+20=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 20 (8.20% from 255 or 5.85% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E95914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95914 is #16A6EB. Grayscale: #7C7C7C. Windows color (decimal): -1484524 or 1333737. OLE color: 1333737.

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

Color convert

RGB 233 89 20 -
CMYK 0 0.62 0.91 0.09
HSL 19.44º 0.84% 0.5% -
HSV(B) 19.44º 0.91% 0.91% -
XYZ 37.3 24.52 3.43 -
YUV 124.19 69.21 205.61 -
System Red Green Blue C M Y K H S L
Decimal 233 89 20 0 0.62 0.91 0.09 19.44 0.84 0.5
Hex E9 59 14 0 3E 5B 9 13 54 32
Octal 351 131 24 0 76 133 11 23 124 62
Binary 11101001 1011001 10100 0 111110 1011011 1001 10011 1010100 110010

Color Harmonies of #E95914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95914

Black with #E95914

Text Example


Text Example

White with #E95914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95914; }

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

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

background-color css

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

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

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

border-color css

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

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

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