Html Css Color HEX #E14800 Persimmon

📋 copy color: '#E14800'

red 225 ◦ green 72 ◦ blue 0

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

Shades of Persimmon #E14800

Tints of Persimmon #E14800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

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

R = 75.76%
G = 24.24%
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

#E14800 (or 0xE14800) is known color: Persimmon. HEX triplet: E1, 48 and 00. RGB value is (225,72,0). Sum of RGB (Red+Green+Blue) = 225+72+0=297 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.76% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 225 - color contains mainly: red. Hex color #E14800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14800 is #1EB7FF. Grayscale: #6D6D6D. Windows color (decimal): -2013184 or 18657. OLE color: 18657.

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

Color convert

RGB 225 72 0 -
CMYK 0 0.68 1 0.12
HSL 19.2º 1% 0.44% -
HSV(B) 19.2º 1% 0.88% -
XYZ 33.37 20.64 2.23 -
YUV 109.54 66.19 210.35 -
System Red Green Blue C M Y K H S L
Decimal 225 72 0 0 0.68 1 0.12 19.2 1 0.44
Hex E1 48 0 0 44 64 C 13 64 2C
Octal 341 110 0 0 104 144 14 23 144 54
Binary 11100001 1001000 0 0 1000100 1100100 1100 10011 1100100 101100

Color Harmonies of #E14800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14800

Black with #E14800

Text Example


Text Example

White with #E14800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14800; }

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

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

background-color css

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

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

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

border-color css

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

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

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