Html Css Color HEX #E14A08 Persimmon

📋 copy color: '#E14A08'

red 225 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #E14A08

Tints of Persimmon #E14A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.1%

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

R = 73.29%
G = 24.1%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14A08 (or 0xE14A08) is known color: Persimmon. HEX triplet: E1, 4A and 08. RGB value is (225,74,8). Sum of RGB (Red+Green+Blue) = 225+74+8=307 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.29% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A08 is #1EB5F7. Grayscale: #707070. Windows color (decimal): -2012664 or 543457. OLE color: 543457.

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

Color convert

RGB 225 74 8 -
CMYK 0 0.67 0.96 0.12
HSL 18.25º 0.93% 0.46% -
HSV(B) 18.25º 0.96% 0.88% -
XYZ 33.54 20.92 2.5 -
YUV 111.63 69.53 208.87 -
System Red Green Blue C M Y K H S L
Decimal 225 74 8 0 0.67 0.96 0.12 18.25 0.93 0.46
Hex E1 4A 8 0 43 60 C 12 5D 2E
Octal 341 112 10 0 103 140 14 22 135 56
Binary 11100001 1001010 1000 0 1000011 1100000 1100 10010 1011101 101110

Color Harmonies of #E14A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14A08

Black with #E14A08

Text Example


Text Example

White with #E14A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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