Html Css Color HEX #E95F0E Persimmon

📋 copy color: '#E95F0E'

red 233 ◦ green 95 ◦ blue 14

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

Shades of Persimmon #E95F0E

Tints of Persimmon #E95F0E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 14 (5.86% from 255) = 4.09%

R = 68.13%
G = 27.78%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E95F0E (or 0xE95F0E) is known color: Persimmon. HEX triplet: E9, 5F and 0E. RGB value is (233,95,14). Sum of RGB (Red+Green+Blue) = 233+95+14=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 14 (5.86% from 255 or 4.09% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F0E is #16A0F1. Grayscale: #7F7F7F. Windows color (decimal): -1482994 or 942057. OLE color: 942057.

HSL color Cylindrical-coordinate representation of color #E95F0E: hue angle of 22.19º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E95F0E is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 95 14 -
CMYK 0 0.59 0.94 0.09
HSL 22.19º 0.89% 0.48% -
HSV(B) 22.19º 0.94% 0.91% -
XYZ 37.78 25.54 3.35 -
YUV 127.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 233 95 14 0 0.59 0.94 0.09 22.19 0.89 0.48
Hex E9 5F E 0 3B 5E 9 16 59 30
Octal 351 137 16 0 73 136 11 26 131 60
Binary 11101001 1011111 1110 0 111011 1011110 1001 10110 1011001 110000

Color Harmonies of #E95F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F0E

Black with #E95F0E

Text Example


Text Example

White with #E95F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F0E; }

 p { color: rgb(233,95,14); }

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

background-color css

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

 a { background-color: rgb(233,95,14); }

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

border-color css

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

 span { border-color: rgb(233,95,14); }

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