Html Css Color HEX #E95B12 Persimmon

📋 copy color: '#E95B12'

red 233 ◦ green 91 ◦ blue 18

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

Shades of Persimmon #E95B12

Tints of Persimmon #E95B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.61%

 BLUE value IS 18 (7.42% from 255) = 5.26%

R = 68.13%
G = 26.61%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E95B12 (or 0xE95B12) is known color: Persimmon. HEX triplet: E9, 5B and 12. RGB value is (233,91,18). Sum of RGB (Red+Green+Blue) = 233+91+18=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95B12 is #16A4ED. Grayscale: #7D7D7D. Windows color (decimal): -1484014 or 1203177. OLE color: 1203177.

HSL color Cylindrical-coordinate representation of color #E95B12: hue angle of 20.37º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E95B12 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 91 18 -
CMYK 0 0.61 0.92 0.09
HSL 20.37º 0.86% 0.49% -
HSV(B) 20.37º 0.92% 0.91% -
XYZ 37.45 24.85 3.39 -
YUV 125.14 67.54 204.94 -
System Red Green Blue C M Y K H S L
Decimal 233 91 18 0 0.61 0.92 0.09 20.37 0.86 0.49
Hex E9 5B 12 0 3D 5C 9 14 56 31
Octal 351 133 22 0 75 134 11 24 126 61
Binary 11101001 1011011 10010 0 111101 1011100 1001 10100 1010110 110001

Color Harmonies of #E95B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95B12

Black with #E95B12

Text Example


Text Example

White with #E95B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95B12; }

 p { color: rgb(233,91,18); }

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

background-color css

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

 a { background-color: rgb(233,91,18); }

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

border-color css

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

 span { border-color: rgb(233,91,18); }

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