Html Css Color HEX #E45314 Persimmon

📋 copy color: '#E45314'

red 228 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #E45314

Tints of Persimmon #E45314

RGB

 RED value IS 228 (89.45% from 255) = 68.88%

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

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

R = 68.88%
G = 25.08%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E45314 (or 0xE45314) is known color: Persimmon. HEX triplet: E4, 53 and 14. RGB value is (228,83,20). Sum of RGB (Red+Green+Blue) = 228+83+20=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E45314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E45314 is #1BACEB. Grayscale: #777777. Windows color (decimal): -1813740 or 1332196. OLE color: 1332196.

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

Color convert

RGB 228 83 20 -
CMYK 0 0.64 0.91 0.11
HSL 18.17º 0.84% 0.49% -
HSV(B) 18.17º 0.91% 0.89% -
XYZ 35.21 22.73 3.19 -
YUV 119.17 72.04 205.62 -
System Red Green Blue C M Y K H S L
Decimal 228 83 20 0 0.64 0.91 0.11 18.17 0.84 0.49
Hex E4 53 14 0 40 5B B 12 54 31
Octal 344 123 24 0 100 133 13 22 124 61
Binary 11100100 1010011 10100 0 1000000 1011011 1011 10010 1010100 110001

Color Harmonies of #E45314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45314

Black with #E45314

Text Example


Text Example

White with #E45314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45314; }

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

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

background-color css

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

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

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

border-color css

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

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

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