Html Css Color HEX #E14507 Persimmon

📋 copy color: '#E14507'

red 225 ◦ green 69 ◦ blue 7

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

Shades of Persimmon #E14507

Tints of Persimmon #E14507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 7 (3.13% from 255) = 2.33%

R = 74.75%
G = 22.92%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E14507 (or 0xE14507) is known color: Persimmon. HEX triplet: E1, 45 and 07. RGB value is (225,69,7). Sum of RGB (Red+Green+Blue) = 225+69+7=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E14507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14507 is #1EBAF8. Grayscale: #6C6C6C. Windows color (decimal): -2013945 or 476641. OLE color: 476641.

HSL color Cylindrical-coordinate representation of color #E14507: hue angle of 17.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E14507 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 7 -
CMYK 0 0.69 0.97 0.12
HSL 17.06º 0.94% 0.45% -
HSV(B) 17.06º 0.97% 0.88% -
XYZ 33.22 20.28 2.36 -
YUV 108.58 70.68 211.04 -
System Red Green Blue C M Y K H S L
Decimal 225 69 7 0 0.69 0.97 0.12 17.06 0.94 0.45
Hex E1 45 7 0 45 61 C 11 5E 2D
Octal 341 105 7 0 105 141 14 21 136 55
Binary 11100001 1000101 111 0 1000101 1100001 1100 10001 1011110 101101

Color Harmonies of #E14507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14507

Black with #E14507

Text Example


Text Example

White with #E14507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14507; }

 p { color: rgb(225,69,7); }

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

background-color css

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

 a { background-color: rgb(225,69,7); }

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

border-color css

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

 span { border-color: rgb(225,69,7); }

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