Html Css Color HEX #E95A16 Persimmon

📋 copy color: '#E95A16'

red 233 ◦ green 90 ◦ blue 22

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

Shades of Persimmon #E95A16

Tints of Persimmon #E95A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 67.54%
G = 26.09%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95A16 (or 0xE95A16) is known color: Persimmon. HEX triplet: E9, 5A and 16. RGB value is (233,90,22). Sum of RGB (Red+Green+Blue) = 233+90+22=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A16 is #16A5E9. Grayscale: #7D7D7D. Windows color (decimal): -1484266 or 1465065. OLE color: 1465065.

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

Color convert

RGB 233 90 22 -
CMYK 0 0.61 0.91 0.09
HSL 19.34º 0.83% 0.5% -
HSV(B) 19.34º 0.91% 0.91% -
XYZ 37.41 24.69 3.55 -
YUV 125.01 69.88 205.03 -
System Red Green Blue C M Y K H S L
Decimal 233 90 22 0 0.61 0.91 0.09 19.34 0.83 0.5
Hex E9 5A 16 0 3D 5B 9 13 53 32
Octal 351 132 26 0 75 133 11 23 123 62
Binary 11101001 1011010 10110 0 111101 1011011 1001 10011 1010011 110010

Color Harmonies of #E95A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A16

Black with #E95A16

Text Example


Text Example

White with #E95A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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