Html Css Color HEX #E95C0E Persimmon

📋 copy color: '#E95C0E'

red 233 ◦ green 92 ◦ blue 14

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

Shades of Persimmon #E95C0E

Tints of Persimmon #E95C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.13%

R = 68.73%
G = 27.14%
B = 4.13%

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

#E95C0E (or 0xE95C0E) is known color: Persimmon. HEX triplet: E9, 5C and 0E. RGB value is (233,92,14). Sum of RGB (Red+Green+Blue) = 233+92+14=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C0E is #16A3F1. Grayscale: #7D7D7D. Windows color (decimal): -1483762 or 941289. OLE color: 941289.

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

Color convert

RGB 233 92 14 -
CMYK 0 0.61 0.94 0.09
HSL 21.37º 0.89% 0.48% -
HSV(B) 21.37º 0.94% 0.91% -
XYZ 37.51 25.01 3.27 -
YUV 125.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 233 92 14 0 0.61 0.94 0.09 21.37 0.89 0.48
Hex E9 5C E 0 3D 5E 9 15 59 30
Octal 351 134 16 0 75 136 11 25 131 60
Binary 11101001 1011100 1110 0 111101 1011110 1001 10101 1011001 110000

Color Harmonies of #E95C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C0E

Black with #E95C0E

Text Example


Text Example

White with #E95C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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