Html Css Color HEX #E14701 Persimmon

📋 copy color: '#E14701'

red 225 ◦ green 71 ◦ blue 1

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

Shades of Persimmon #E14701

Tints of Persimmon #E14701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 75.76%
G = 23.91%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E14701 (or 0xE14701) is known color: Persimmon. HEX triplet: E1, 47 and 01. RGB value is (225,71,1). Sum of RGB (Red+Green+Blue) = 225+71+1=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E14701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14701 is #1EB8FE. Grayscale: #6D6D6D. Windows color (decimal): -2013439 or 83937. OLE color: 83937.

HSL color Cylindrical-coordinate representation of color #E14701: hue angle of 18.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14701 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 71 1 -
CMYK 0 0.68 1.00 0.12
HSL 18.75º 0.99% 0.44% -
HSV(B) 18.75º 1% 0.88% -
XYZ 33.31 20.52 2.23 -
YUV 109.07 67.02 210.69 -
System Red Green Blue C M Y K H S L
Decimal 225 71 1 0 0.68 1.00 0.12 18.75 0.99 0.44
Hex E1 47 1 0 44 64 C 13 63 2C
Octal 341 107 1 0 104 144 14 23 143 54
Binary 11100001 1000111 1 0 1000100 1100100 1100 10011 1100011 101100

Color Harmonies of #E14701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14701

Black with #E14701

Text Example


Text Example

White with #E14701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14701; }

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

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

background-color css

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

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

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

border-color css

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

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

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