Html Css Color HEX #E95E15 Persimmon

📋 copy color: '#E95E15'

red 233 ◦ green 94 ◦ blue 21

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

Shades of Persimmon #E95E15

Tints of Persimmon #E95E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.01%

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 66.95%
G = 27.01%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95E15 (or 0xE95E15) is known color: Persimmon. HEX triplet: E9, 5E and 15. RGB value is (233,94,21). Sum of RGB (Red+Green+Blue) = 233+94+21=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95E15 is #16A1EA. Grayscale: #7F7F7F. Windows color (decimal): -1483243 or 1400553. OLE color: 1400553.

HSL color Cylindrical-coordinate representation of color #E95E15: hue angle of 20.66º degrees, saturation: 0.83, 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 #E95E15 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 94 21 -
CMYK 0 0.60 0.91 0.09
HSL 20.66º 0.83% 0.5% -
HSV(B) 20.66º 0.91% 0.91% -
XYZ 37.74 25.38 3.62 -
YUV 127.24 68.05 203.44 -
System Red Green Blue C M Y K H S L
Decimal 233 94 21 0 0.60 0.91 0.09 20.66 0.83 0.5
Hex E9 5E 15 0 3C 5B 9 15 53 32
Octal 351 136 25 0 74 133 11 25 123 62
Binary 11101001 1011110 10101 0 111100 1011011 1001 10101 1010011 110010

Color Harmonies of #E95E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95E15

Black with #E95E15

Text Example


Text Example

White with #E95E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95E15; }

 p { color: rgb(233,94,21); }

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

background-color css

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

 a { background-color: rgb(233,94,21); }

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

border-color css

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

 span { border-color: rgb(233,94,21); }

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