Html Css Color HEX #E14802 Persimmon

📋 copy color: '#E14802'

red 225 ◦ green 72 ◦ blue 2

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

Shades of Persimmon #E14802

Tints of Persimmon #E14802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 75.25%
G = 24.08%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E14802 (or 0xE14802) is known color: Persimmon. HEX triplet: E1, 48 and 02. RGB value is (225,72,2). Sum of RGB (Red+Green+Blue) = 225+72+2=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E14802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14802 is #1EB7FD. Grayscale: #6E6E6E. Windows color (decimal): -2013182 or 149729. OLE color: 149729.

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

Color convert

RGB 225 72 2 -
CMYK 0 0.68 0.99 0.12
HSL 18.83º 0.98% 0.45% -
HSV(B) 18.83º 0.99% 0.88% -
XYZ 33.38 20.65 2.28 -
YUV 109.77 67.19 210.19 -
System Red Green Blue C M Y K H S L
Decimal 225 72 2 0 0.68 0.99 0.12 18.83 0.98 0.45
Hex E1 48 2 0 44 63 C 13 62 2D
Octal 341 110 2 0 104 143 14 23 142 55
Binary 11100001 1001000 10 0 1000100 1100011 1100 10011 1100010 101101

Color Harmonies of #E14802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14802

Black with #E14802

Text Example


Text Example

White with #E14802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14802; }

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

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

background-color css

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

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

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

border-color css

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

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

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