Html Css Color HEX #E14603 Persimmon

📋 copy color: '#E14603'

red 225 ◦ green 70 ◦ blue 3

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

Shades of Persimmon #E14603

Tints of Persimmon #E14603

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 3 (1.56% from 255) = 1.01%

R = 75.5%
G = 23.49%
B = 1.01%

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

#E14603 (or 0xE14603) is known color: Persimmon. HEX triplet: E1, 46 and 03. RGB value is (225,70,3). Sum of RGB (Red+Green+Blue) = 225+70+3=298 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.50% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 225 - color contains mainly: red. Hex color #E14603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14603 is #1EB9FC. Grayscale: #6D6D6D. Windows color (decimal): -2013693 or 214753. OLE color: 214753.

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

Color convert

RGB 225 70 3 -
CMYK 0 0.69 0.99 0.12
HSL 18.11º 0.97% 0.45% -
HSV(B) 18.11º 0.99% 0.88% -
XYZ 33.26 20.39 2.27 -
YUV 108.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 225 70 3 0 0.69 0.99 0.12 18.11 0.97 0.45
Hex E1 46 3 0 45 63 C 12 61 2D
Octal 341 106 3 0 105 143 14 22 141 55
Binary 11100001 1000110 11 0 1000101 1100011 1100 10010 1100001 101101

Color Harmonies of #E14603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14603

Black with #E14603

Text Example


Text Example

White with #E14603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14603; }

 p { color: rgb(225,70,3); }

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

background-color css

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

 a { background-color: rgb(225,70,3); }

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

border-color css

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

 span { border-color: rgb(225,70,3); }

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