Html Css Color HEX #E95C0F Persimmon

📋 copy color: '#E95C0F'

red 233 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #E95C0F

Tints of Persimmon #E95C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.06%

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 68.53%
G = 27.06%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E95C0F (or 0xE95C0F) is known color: Persimmon. HEX triplet: E9, 5C and 0F. RGB value is (233,92,15). Sum of RGB (Red+Green+Blue) = 233+92+15=340 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.53% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C0F is #16A3F0. Grayscale: #7D7D7D. Windows color (decimal): -1483761 or 1006825. OLE color: 1006825.

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

Color convert

RGB 233 92 15 -
CMYK 0 0.61 0.94 0.09
HSL 21.19º 0.88% 0.49% -
HSV(B) 21.19º 0.94% 0.91% -
XYZ 37.52 25.01 3.3 -
YUV 125.38 65.71 204.76 -
System Red Green Blue C M Y K H S L
Decimal 233 92 15 0 0.61 0.94 0.09 21.19 0.88 0.49
Hex E9 5C F 0 3D 5E 9 15 58 31
Octal 351 134 17 0 75 136 11 25 130 61
Binary 11101001 1011100 1111 0 111101 1011110 1001 10101 1011000 110001

Color Harmonies of #E95C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C0F

Black with #E95C0F

Text Example


Text Example

White with #E95C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C0F; }

 p { color: rgb(233,92,15); }

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

background-color css

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

 a { background-color: rgb(233,92,15); }

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

border-color css

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

 span { border-color: rgb(233,92,15); }

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