Html Css Color HEX #E14105 Persimmon

📋 copy color: '#E14105'

red 225 ◦ green 65 ◦ blue 5

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

Shades of Persimmon #E14105

Tints of Persimmon #E14105

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.03%

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

R = 76.27%
G = 22.03%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14105 (or 0xE14105) is known color: Persimmon. HEX triplet: E1, 41 and 05. RGB value is (225,65,5). Sum of RGB (Red+Green+Blue) = 225+65+5=295 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.27% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 225 - color contains mainly: red. Hex color #E14105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14105 is #1EBEFA. Grayscale: #6A6A6A. Windows color (decimal): -2014971 or 344545. OLE color: 344545.

HSL color Cylindrical-coordinate representation of color #E14105: hue angle of 16.36º 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 #E14105 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 65 5 -
CMYK 0 0.71 0.98 0.12
HSL 16.36º 0.96% 0.45% -
HSV(B) 16.36º 0.98% 0.88% -
XYZ 32.97 19.8 2.23 -
YUV 106 71.01 212.88 -
System Red Green Blue C M Y K H S L
Decimal 225 65 5 0 0.71 0.98 0.12 16.36 0.96 0.45
Hex E1 41 5 0 47 62 C 10 60 2D
Octal 341 101 5 0 107 142 14 20 140 55
Binary 11100001 1000001 101 0 1000111 1100010 1100 10000 1100000 101101

Color Harmonies of #E14105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14105

Black with #E14105

Text Example


Text Example

White with #E14105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14105; }

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

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

background-color css

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

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

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

border-color css

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

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

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