Html Css Color HEX #E14F02 Persimmon

📋 copy color: '#E14F02'

red 225 ◦ green 79 ◦ blue 2

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

Shades of Persimmon #E14F02

Tints of Persimmon #E14F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.82%

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

R = 73.53%
G = 25.82%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E14F02 (or 0xE14F02) is known color: Persimmon. HEX triplet: E1, 4F and 02. RGB value is (225,79,2). Sum of RGB (Red+Green+Blue) = 225+79+2=306 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.53% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F02 is #1EB0FD. Grayscale: #727272. Windows color (decimal): -2011390 or 151521. OLE color: 151521.

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

Color convert

RGB 225 79 2 -
CMYK 0 0.65 0.99 0.12
HSL 20.72º 0.98% 0.45% -
HSV(B) 20.72º 0.99% 0.88% -
XYZ 33.86 21.6 2.44 -
YUV 113.88 64.87 207.26 -
System Red Green Blue C M Y K H S L
Decimal 225 79 2 0 0.65 0.99 0.12 20.72 0.98 0.45
Hex E1 4F 2 0 41 63 C 15 62 2D
Octal 341 117 2 0 101 143 14 25 142 55
Binary 11100001 1001111 10 0 1000001 1100011 1100 10101 1100010 101101

Color Harmonies of #E14F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F02

Black with #E14F02

Text Example


Text Example

White with #E14F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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