Html Css Color HEX #E5650E Persimmon

📋 copy color: '#E5650E'

red 229 ◦ green 101 ◦ blue 14

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

Shades of Persimmon #E5650E

Tints of Persimmon #E5650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 66.57%
G = 29.36%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5650E (or 0xE5650E) is known color: Persimmon. HEX triplet: E5, 65 and 0E. RGB value is (229,101,14). Sum of RGB (Red+Green+Blue) = 229+101+14=344 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.57% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 229 - color contains mainly: red. Hex color #E5650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5650E is #1A9AF1. Grayscale: #818181. Windows color (decimal): -1743602 or 943589. OLE color: 943589.

HSL color Cylindrical-coordinate representation of color #E5650E: hue angle of 24.28º 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 #E5650E is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 101 14 -
CMYK 0 0.56 0.94 0.10
HSL 24.28º 0.88% 0.48% -
HSV(B) 24.28º 0.94% 0.9% -
XYZ 37.05 26 3.48 -
YUV 129.35 62.91 199.07 -
System Red Green Blue C M Y K H S L
Decimal 229 101 14 0 0.56 0.94 0.10 24.28 0.88 0.48
Hex E5 65 E 0 38 5E A 18 58 30
Octal 345 145 16 0 70 136 12 30 130 60
Binary 11100101 1100101 1110 0 111000 1011110 1010 11000 1011000 110000

Color Harmonies of #E5650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5650E

Black with #E5650E

Text Example


Text Example

White with #E5650E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5650E; }

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

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

background-color css

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

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

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

border-color css

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

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

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