Html Css Color HEX #E14703 Persimmon

📋 copy color: '#E14703'

red 225 ◦ green 71 ◦ blue 3

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

Shades of Persimmon #E14703

Tints of Persimmon #E14703

RGB

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

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

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

R = 75.25%
G = 23.75%
B = 1%

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

#E14703 (or 0xE14703) is known color: Persimmon. HEX triplet: E1, 47 and 03. RGB value is (225,71,3). Sum of RGB (Red+Green+Blue) = 225+71+3=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E14703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14703 is #1EB8FC. Grayscale: #6D6D6D. Windows color (decimal): -2013437 or 215009. OLE color: 215009.

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

Color convert

RGB 225 71 3 -
CMYK 0 0.68 0.99 0.12
HSL 18.38º 0.97% 0.45% -
HSV(B) 18.38º 0.99% 0.88% -
XYZ 33.32 20.52 2.29 -
YUV 109.29 68.02 210.53 -
System Red Green Blue C M Y K H S L
Decimal 225 71 3 0 0.68 0.99 0.12 18.38 0.97 0.45
Hex E1 47 3 0 44 63 C 12 61 2D
Octal 341 107 3 0 104 143 14 22 141 55
Binary 11100001 1000111 11 0 1000100 1100011 1100 10010 1100001 101101

Color Harmonies of #E14703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14703

Black with #E14703

Text Example


Text Example

White with #E14703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14703; }

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

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

background-color css

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

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

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

border-color css

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

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

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