Html Css Color HEX #E5450E Persimmon

📋 copy color: '#E5450E'

red 229 ◦ green 69 ◦ blue 14

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

Shades of Persimmon #E5450E

Tints of Persimmon #E5450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 73.4%
G = 22.12%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5450E (or 0xE5450E) is known color: Persimmon. HEX triplet: E5, 45 and 0E. RGB value is (229,69,14). Sum of RGB (Red+Green+Blue) = 229+69+14=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E5450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5450E is #1ABAF1. Grayscale: #6E6E6E. Windows color (decimal): -1751794 or 935397. OLE color: 935397.

HSL color Cylindrical-coordinate representation of color #E5450E: hue angle of 15.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5450E is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 14 -
CMYK 0 0.70 0.94 0.10
HSL 15.35º 0.88% 0.48% -
HSV(B) 15.35º 0.94% 0.9% -
XYZ 34.52 20.95 2.64 -
YUV 110.57 73.51 212.47 -
System Red Green Blue C M Y K H S L
Decimal 229 69 14 0 0.70 0.94 0.10 15.35 0.88 0.48
Hex E5 45 E 0 46 5E A F 58 30
Octal 345 105 16 0 106 136 12 17 130 60
Binary 11100101 1000101 1110 0 1000110 1011110 1010 1111 1011000 110000

Color Harmonies of #E5450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5450E

Black with #E5450E

Text Example


Text Example

White with #E5450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5450E; }

 p { color: rgb(229,69,14); }

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

background-color css

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

 a { background-color: rgb(229,69,14); }

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

border-color css

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

 span { border-color: rgb(229,69,14); }

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