Html Css Color HEX #E95F19 Persimmon

📋 copy color: '#E95F19'

red 233 ◦ green 95 ◦ blue 25

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

Shades of Persimmon #E95F19

Tints of Persimmon #E95F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.08%

R = 66.01%
G = 26.91%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E95F19 (or 0xE95F19) is known color: Persimmon. HEX triplet: E9, 5F and 19. RGB value is (233,95,25). Sum of RGB (Red+Green+Blue) = 233+95+25=353 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.01% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F19 is #16A0E6. Grayscale: #808080. Windows color (decimal): -1482983 or 1662953. OLE color: 1662953.

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

Color convert

RGB 233 95 25 -
CMYK 0 0.59 0.89 0.09
HSL 20.19º 0.83% 0.51% -
HSV(B) 20.19º 0.89% 0.91% -
XYZ 37.87 25.58 3.86 -
YUV 128.28 69.72 202.69 -
System Red Green Blue C M Y K H S L
Decimal 233 95 25 0 0.59 0.89 0.09 20.19 0.83 0.51
Hex E9 5F 19 0 3B 59 9 14 53 33
Octal 351 137 31 0 73 131 11 24 123 63
Binary 11101001 1011111 11001 0 111011 1011001 1001 10100 1010011 110011

Color Harmonies of #E95F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F19

Black with #E95F19

Text Example


Text Example

White with #E95F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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