Html Css Color HEX #E15F05 Persimmon

📋 copy color: '#E15F05'

red 225 ◦ green 95 ◦ blue 5

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

Shades of Persimmon #E15F05

Tints of Persimmon #E15F05

RGB

 RED value IS 225 (88.28% from 255) = 69.23%

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 69.23%
G = 29.23%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E15F05 (or 0xE15F05) is known color: Persimmon. HEX triplet: E1, 5F and 05. RGB value is (225,95,5). Sum of RGB (Red+Green+Blue) = 225+95+5=325 (43% of max value = 765). Red value is 225 (88.28% from 255 or 69.23% from 325); Green value is 95 (37.5% from 255 or 29.23% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15F05 is #1EA0FA. Grayscale: #7C7C7C. Windows color (decimal): -2007291 or 352225. OLE color: 352225.

HSL color Cylindrical-coordinate representation of color #E15F05: hue angle of 24.55º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E15F05 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 5 -
CMYK 0 0.58 0.98 0.12
HSL 24.55º 0.96% 0.45% -
HSV(B) 24.55º 0.98% 0.88% -
XYZ 35.17 24.2 2.96 -
YUV 123.61 61.07 200.32 -
System Red Green Blue C M Y K H S L
Decimal 225 95 5 0 0.58 0.98 0.12 24.55 0.96 0.45
Hex E1 5F 5 0 3A 62 C 19 60 2D
Octal 341 137 5 0 72 142 14 31 140 55
Binary 11100001 1011111 101 0 111010 1100010 1100 11001 1100000 101101

Color Harmonies of #E15F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F05

Black with #E15F05

Text Example


Text Example

White with #E15F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F05; }

 p { color: rgb(225,95,5); }

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

background-color css

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

 a { background-color: rgb(225,95,5); }

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

border-color css

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

 span { border-color: rgb(225,95,5); }

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