Html Css Color HEX #E95C14 Persimmon

📋 copy color: '#E95C14'

red 233 ◦ green 92 ◦ blue 20

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

Shades of Persimmon #E95C14

Tints of Persimmon #E95C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.8%

R = 67.54%
G = 26.67%
B = 5.8%

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

#E95C14 (or 0xE95C14) is known color: Persimmon. HEX triplet: E9, 5C and 14. RGB value is (233,92,20). Sum of RGB (Red+Green+Blue) = 233+92+20=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C14 is #16A3EB. Grayscale: #7E7E7E. Windows color (decimal): -1483756 or 1334505. OLE color: 1334505.

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

Color convert

RGB 233 92 20 -
CMYK 0 0.61 0.91 0.09
HSL 20.28º 0.84% 0.5% -
HSV(B) 20.28º 0.91% 0.91% -
XYZ 37.56 25.03 3.51 -
YUV 125.95 68.21 204.35 -
System Red Green Blue C M Y K H S L
Decimal 233 92 20 0 0.61 0.91 0.09 20.28 0.84 0.5
Hex E9 5C 14 0 3D 5B 9 14 54 32
Octal 351 134 24 0 75 133 11 24 124 62
Binary 11101001 1011100 10100 0 111101 1011011 1001 10100 1010100 110010

Color Harmonies of #E95C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C14

Black with #E95C14

Text Example


Text Example

White with #E95C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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