Html Css Color HEX #E14808 Persimmon

📋 copy color: '#E14808'

red 225 ◦ green 72 ◦ blue 8

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

Shades of Persimmon #E14808

Tints of Persimmon #E14808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.62%

R = 73.77%
G = 23.61%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14808 (or 0xE14808) is known color: Persimmon. HEX triplet: E1, 48 and 08. RGB value is (225,72,8). Sum of RGB (Red+Green+Blue) = 225+72+8=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E14808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14808 is #1EB7F7. Grayscale: #6E6E6E. Windows color (decimal): -2013176 or 542945. OLE color: 542945.

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

Color convert

RGB 225 72 8 -
CMYK 0 0.68 0.96 0.12
HSL 17.7º 0.93% 0.46% -
HSV(B) 17.7º 0.96% 0.88% -
XYZ 33.41 20.66 2.46 -
YUV 110.45 70.19 209.7 -
System Red Green Blue C M Y K H S L
Decimal 225 72 8 0 0.68 0.96 0.12 17.7 0.93 0.46
Hex E1 48 8 0 44 60 C 12 5D 2E
Octal 341 110 10 0 104 140 14 22 135 56
Binary 11100001 1001000 1000 0 1000100 1100000 1100 10010 1011101 101110

Color Harmonies of #E14808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14808

Black with #E14808

Text Example


Text Example

White with #E14808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14808; }

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

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

background-color css

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

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

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

border-color css

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

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

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