Html Css Color HEX #E95F16 Persimmon

📋 copy color: '#E95F16'

red 233 ◦ green 95 ◦ blue 22

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

Shades of Persimmon #E95F16

Tints of Persimmon #E95F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 66.57%
G = 27.14%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95F16 (or 0xE95F16) is known color: Persimmon. HEX triplet: E9, 5F and 16. RGB value is (233,95,22). Sum of RGB (Red+Green+Blue) = 233+95+22=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F16 is #16A0E9. Grayscale: #808080. Windows color (decimal): -1482986 or 1466345. OLE color: 1466345.

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

Color convert

RGB 233 95 22 -
CMYK 0 0.59 0.91 0.09
HSL 20.76º 0.83% 0.5% -
HSV(B) 20.76º 0.91% 0.91% -
XYZ 37.84 25.57 3.7 -
YUV 127.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 233 95 22 0 0.59 0.91 0.09 20.76 0.83 0.5
Hex E9 5F 16 0 3B 5B 9 15 53 32
Octal 351 137 26 0 73 133 11 25 123 62
Binary 11101001 1011111 10110 0 111011 1011011 1001 10101 1010011 110010

Color Harmonies of #E95F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F16

Black with #E95F16

Text Example


Text Example

White with #E95F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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