Html Css Color HEX #E55314 Persimmon

📋 copy color: '#E55314'

red 229 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #E55314

Tints of Persimmon #E55314

RGB

 RED value IS 229 (89.84% from 255) = 68.98%

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 68.98%
G = 25%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E55314 (or 0xE55314) is known color: Persimmon. HEX triplet: E5, 53 and 14. RGB value is (229,83,20). Sum of RGB (Red+Green+Blue) = 229+83+20=332 (43% of max value = 765). Red value is 229 (89.84% from 255 or 68.98% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 229 - color contains mainly: red. Hex color #E55314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55314 is #1AACEB. Grayscale: #777777. Windows color (decimal): -1748204 or 1332197. OLE color: 1332197.

HSL color Cylindrical-coordinate representation of color #E55314: hue angle of 18.09º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55314 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 20 -
CMYK 0 0.64 0.91 0.10
HSL 18.09º 0.84% 0.49% -
HSV(B) 18.09º 0.91% 0.9% -
XYZ 35.53 22.9 3.21 -
YUV 119.47 71.87 206.12 -
System Red Green Blue C M Y K H S L
Decimal 229 83 20 0 0.64 0.91 0.10 18.09 0.84 0.49
Hex E5 53 14 0 40 5B A 12 54 31
Octal 345 123 24 0 100 133 12 22 124 61
Binary 11100101 1010011 10100 0 1000000 1011011 1010 10010 1010100 110001

Color Harmonies of #E55314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55314

Black with #E55314

Text Example


Text Example

White with #E55314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55314; }

 p { color: rgb(229,83,20); }

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

background-color css

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

 a { background-color: rgb(229,83,20); }

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

border-color css

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

 span { border-color: rgb(229,83,20); }

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