Html Css Color HEX #E95F0D Persimmon

📋 copy color: '#E95F0D'

red 233 ◦ green 95 ◦ blue 13

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

Shades of Persimmon #E95F0D

Tints of Persimmon #E95F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.81%

R = 68.33%
G = 27.86%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E95F0D (or 0xE95F0D) is known color: Persimmon. HEX triplet: E9, 5F and 0D. RGB value is (233,95,13). Sum of RGB (Red+Green+Blue) = 233+95+13=341 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.33% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95F0D is #16A0F2. Grayscale: #7F7F7F. Windows color (decimal): -1482995 or 876521. OLE color: 876521.

HSL color Cylindrical-coordinate representation of color #E95F0D: hue angle of 22.36º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E95F0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 95 13 -
CMYK 0 0.59 0.94 0.09
HSL 22.36º 0.89% 0.48% -
HSV(B) 22.36º 0.94% 0.91% -
XYZ 37.77 25.54 3.32 -
YUV 126.91 63.72 203.67 -
System Red Green Blue C M Y K H S L
Decimal 233 95 13 0 0.59 0.94 0.09 22.36 0.89 0.48
Hex E9 5F D 0 3B 5E 9 16 59 30
Octal 351 137 15 0 73 136 11 26 131 60
Binary 11101001 1011111 1101 0 111011 1011110 1001 10110 1011001 110000

Color Harmonies of #E95F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95F0D

Black with #E95F0D

Text Example


Text Example

White with #E95F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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