Html Css Color HEX #E14900 Persimmon

📋 copy color: '#E14900'

red 225 ◦ green 73 ◦ blue 0

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

Shades of Persimmon #E14900

Tints of Persimmon #E14900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.5%

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

R = 75.5%
G = 24.5%
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

#E14900 (or 0xE14900) is known color: Persimmon. HEX triplet: E1, 49 and 00. RGB value is (225,73,0). Sum of RGB (Red+Green+Blue) = 225+73+0=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14900 is #1EB6FF. Grayscale: #6E6E6E. Windows color (decimal): -2012928 or 18913. OLE color: 18913.

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

Color convert

RGB 225 73 0 -
CMYK 0 0.68 1 0.12
HSL 19.47º 1% 0.44% -
HSV(B) 19.47º 1% 0.88% -
XYZ 33.43 20.77 2.25 -
YUV 110.13 65.86 209.94 -
System Red Green Blue C M Y K H S L
Decimal 225 73 0 0 0.68 1 0.12 19.47 1 0.44
Hex E1 49 0 0 44 64 C 13 64 2C
Octal 341 111 0 0 104 144 14 23 144 54
Binary 11100001 1001001 0 0 1000100 1100100 1100 10011 1100100 101100

Color Harmonies of #E14900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14900

Black with #E14900

Text Example


Text Example

White with #E14900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14900; }

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

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

background-color css

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

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

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

border-color css

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

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

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