Html Css Color HEX #E14D05 Persimmon

📋 copy color: '#E14D05'

red 225 ◦ green 77 ◦ blue 5

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

Shades of Persimmon #E14D05

Tints of Persimmon #E14D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

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

R = 73.29%
G = 25.08%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14D05 (or 0xE14D05) is known color: Persimmon. HEX triplet: E1, 4D and 05. RGB value is (225,77,5). Sum of RGB (Red+Green+Blue) = 225+77+5=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D05 is #1EB2FA. Grayscale: #717171. Windows color (decimal): -2011899 or 347617. OLE color: 347617.

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

Color convert

RGB 225 77 5 -
CMYK 0 0.66 0.98 0.12
HSL 19.64º 0.96% 0.45% -
HSV(B) 19.64º 0.98% 0.88% -
XYZ 33.73 21.33 2.48 -
YUV 113.04 67.03 207.85 -
System Red Green Blue C M Y K H S L
Decimal 225 77 5 0 0.66 0.98 0.12 19.64 0.96 0.45
Hex E1 4D 5 0 42 62 C 14 60 2D
Octal 341 115 5 0 102 142 14 24 140 55
Binary 11100001 1001101 101 0 1000010 1100010 1100 10100 1100000 101101

Color Harmonies of #E14D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14D05

Black with #E14D05

Text Example


Text Example

White with #E14D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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