Html Css Color HEX #E14705 Persimmon

📋 copy color: '#E14705'

red 225 ◦ green 71 ◦ blue 5

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

Shades of Persimmon #E14705

Tints of Persimmon #E14705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.59%

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

R = 74.75%
G = 23.59%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E14705 (or 0xE14705) is known color: Persimmon. HEX triplet: E1, 47 and 05. RGB value is (225,71,5). Sum of RGB (Red+Green+Blue) = 225+71+5=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E14705 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14705 is #1EB8FA. Grayscale: #6D6D6D. Windows color (decimal): -2013435 or 346081. OLE color: 346081.

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

Color convert

RGB 225 71 5 -
CMYK 0 0.68 0.98 0.12
HSL 18º 0.96% 0.45% -
HSV(B) 18º 0.98% 0.88% -
XYZ 33.33 20.52 2.35 -
YUV 109.52 69.02 210.37 -
System Red Green Blue C M Y K H S L
Decimal 225 71 5 0 0.68 0.98 0.12 18 0.96 0.45
Hex E1 47 5 0 44 62 C 12 60 2D
Octal 341 107 5 0 104 142 14 22 140 55
Binary 11100001 1000111 101 0 1000100 1100010 1100 10010 1100000 101101

Color Harmonies of #E14705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14705

Black with #E14705

Text Example


Text Example

White with #E14705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14705; }

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

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

background-color css

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

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

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

border-color css

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

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

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