Html Css Color HEX #E14902 Persimmon

📋 copy color: '#E14902'

red 225 ◦ green 73 ◦ blue 2

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

Shades of Persimmon #E14902

Tints of Persimmon #E14902

RGB

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

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

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

R = 75%
G = 24.33%
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

#E14902 (or 0xE14902) is known color: Persimmon. HEX triplet: E1, 49 and 02. RGB value is (225,73,2). Sum of RGB (Red+Green+Blue) = 225+73+2=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E14902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14902 is #1EB6FD. Grayscale: #6E6E6E. Windows color (decimal): -2012926 or 149985. OLE color: 149985.

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

Color convert

RGB 225 73 2 -
CMYK 0 0.68 0.99 0.12
HSL 19.1º 0.98% 0.45% -
HSV(B) 19.1º 0.99% 0.88% -
XYZ 33.44 20.78 2.31 -
YUV 110.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 225 73 2 0 0.68 0.99 0.12 19.1 0.98 0.45
Hex E1 49 2 0 44 63 C 13 62 2D
Octal 341 111 2 0 104 143 14 23 142 55
Binary 11100001 1001001 10 0 1000100 1100011 1100 10011 1100010 101101

Color Harmonies of #E14902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14902

Black with #E14902

Text Example


Text Example

White with #E14902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14902; }

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

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

background-color css

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

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

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

border-color css

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

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

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