Html Css Color HEX #E14502 Persimmon

📋 copy color: '#E14502'

red 225 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #E14502

Tints of Persimmon #E14502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 76.01%
G = 23.31%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E14502 (or 0xE14502) is known color: Persimmon. HEX triplet: E1, 45 and 02. RGB value is (225,69,2). Sum of RGB (Red+Green+Blue) = 225+69+2=296 (39% of max value = 765). Red value is 225 (88.28% from 255 or 76.01% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 225 - color contains mainly: red. Hex color #E14502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14502 is #1EBAFD. Grayscale: #6C6C6C. Windows color (decimal): -2013950 or 148961. OLE color: 148961.

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

Color convert

RGB 225 69 2 -
CMYK 0 0.69 0.99 0.12
HSL 18.03º 0.98% 0.45% -
HSV(B) 18.03º 0.99% 0.88% -
XYZ 33.19 20.27 2.22 -
YUV 108.01 68.18 211.45 -
System Red Green Blue C M Y K H S L
Decimal 225 69 2 0 0.69 0.99 0.12 18.03 0.98 0.45
Hex E1 45 2 0 45 63 C 12 62 2D
Octal 341 105 2 0 105 143 14 22 142 55
Binary 11100001 1000101 10 0 1000101 1100011 1100 10010 1100010 101101

Color Harmonies of #E14502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14502

Black with #E14502

Text Example


Text Example

White with #E14502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14502; }

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

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

background-color css

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

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

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

border-color css

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

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

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