Html Css Color HEX #E14702 Persimmon

📋 copy color: '#E14702'

red 225 ◦ green 71 ◦ blue 2

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

Shades of Persimmon #E14702

Tints of Persimmon #E14702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 75.5%
G = 23.83%
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

#E14702 (or 0xE14702) is known color: Persimmon. HEX triplet: E1, 47 and 02. RGB value is (225,71,2). Sum of RGB (Red+Green+Blue) = 225+71+2=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14702 is #1EB8FD. Grayscale: #6D6D6D. Windows color (decimal): -2013438 or 149473. OLE color: 149473.

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

Color convert

RGB 225 71 2 -
CMYK 0 0.68 0.99 0.12
HSL 18.57º 0.98% 0.45% -
HSV(B) 18.57º 0.99% 0.88% -
XYZ 33.32 20.52 2.26 -
YUV 109.18 67.52 210.61 -
System Red Green Blue C M Y K H S L
Decimal 225 71 2 0 0.68 0.99 0.12 18.57 0.98 0.45
Hex E1 47 2 0 44 63 C 13 62 2D
Octal 341 107 2 0 104 143 14 23 142 55
Binary 11100001 1000111 10 0 1000100 1100011 1100 10011 1100010 101101

Color Harmonies of #E14702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14702

Black with #E14702

Text Example


Text Example

White with #E14702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14702; }

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

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

background-color css

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

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

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

border-color css

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

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

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