Html Css Color HEX #E95016 Persimmon

📋 copy color: '#E95016'

red 233 ◦ green 80 ◦ blue 22

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

Shades of Persimmon #E95016

Tints of Persimmon #E95016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.88%

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

R = 69.55%
G = 23.88%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E95016 (or 0xE95016) is known color: Persimmon. HEX triplet: E9, 50 and 16. RGB value is (233,80,22). Sum of RGB (Red+Green+Blue) = 233+80+22=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E95016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95016 is #16AFE9. Grayscale: #777777. Windows color (decimal): -1486826 or 1462505. OLE color: 1462505.

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

Color convert

RGB 233 80 22 -
CMYK 0 0.66 0.91 0.09
HSL 16.49º 0.83% 0.5% -
HSV(B) 16.49º 0.91% 0.91% -
XYZ 36.62 23.12 3.29 -
YUV 119.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 233 80 22 0 0.66 0.91 0.09 16.49 0.83 0.5
Hex E9 50 16 0 42 5B 9 10 53 32
Octal 351 120 26 0 102 133 11 20 123 62
Binary 11101001 1010000 10110 0 1000010 1011011 1001 10000 1010011 110010

Color Harmonies of #E95016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95016

Black with #E95016

Text Example


Text Example

White with #E95016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95016; }

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

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

background-color css

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

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

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

border-color css

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

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

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