Html Css Color HEX #E14205 Persimmon

📋 copy color: '#E14205'

red 225 ◦ green 66 ◦ blue 5

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

Shades of Persimmon #E14205

Tints of Persimmon #E14205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.3%

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

R = 76.01%
G = 22.3%
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

#E14205 (or 0xE14205) is known color: Persimmon. HEX triplet: E1, 42 and 05. RGB value is (225,66,5). Sum of RGB (Red+Green+Blue) = 225+66+5=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E14205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14205 is #1EBDFA. Grayscale: #6A6A6A. Windows color (decimal): -2014715 or 344801. OLE color: 344801.

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

Color convert

RGB 225 66 5 -
CMYK 0 0.71 0.98 0.12
HSL 16.64º 0.96% 0.45% -
HSV(B) 16.64º 0.98% 0.88% -
XYZ 33.03 19.91 2.25 -
YUV 106.59 70.68 212.46 -
System Red Green Blue C M Y K H S L
Decimal 225 66 5 0 0.71 0.98 0.12 16.64 0.96 0.45
Hex E1 42 5 0 47 62 C 11 60 2D
Octal 341 102 5 0 107 142 14 21 140 55
Binary 11100001 1000010 101 0 1000111 1100010 1100 10001 1100000 101101

Color Harmonies of #E14205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14205

Black with #E14205

Text Example


Text Example

White with #E14205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14205; }

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

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

background-color css

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

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

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

border-color css

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

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

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