Html Css Color HEX #E14700 Persimmon

📋 copy color: '#E14700'

red 225 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #E14700

Tints of Persimmon #E14700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.01%
G = 23.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E14700 (or 0xE14700) is known color: Persimmon. HEX triplet: E1, 47 and 00. RGB value is (225,71,0). Sum of RGB (Red+Green+Blue) = 225+71+0=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E14700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14700 is #1EB8FF. Grayscale: #6D6D6D. Windows color (decimal): -2013440 or 18401. OLE color: 18401.

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

Color convert

RGB 225 71 0 -
CMYK 0 0.68 1 0.12
HSL 18.93º 1% 0.44% -
HSV(B) 18.93º 1% 0.88% -
XYZ 33.3 20.51 2.2 -
YUV 108.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 225 71 0 0 0.68 1 0.12 18.93 1 0.44
Hex E1 47 0 0 44 64 C 13 64 2C
Octal 341 107 0 0 104 144 14 23 144 54
Binary 11100001 1000111 0 0 1000100 1100100 1100 10011 1100100 101100

Color Harmonies of #E14700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14700

Black with #E14700

Text Example


Text Example

White with #E14700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14700; }

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

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

background-color css

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

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

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

border-color css

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

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

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