Html Css Color HEX #E65F14 Persimmon

📋 copy color: '#E65F14'

red 230 ◦ green 95 ◦ blue 20

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

Shades of Persimmon #E65F14

Tints of Persimmon #E65F14

RGB

 RED value IS 230 (90.23% from 255) = 66.67%

 GREEN value IS 95 (37.5% from 255) = 27.54%

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

R = 66.67%
G = 27.54%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E65F14 (or 0xE65F14) is known color: Persimmon. HEX triplet: E6, 5F and 14. RGB value is (230,95,20). Sum of RGB (Red+Green+Blue) = 230+95+20=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F14 is #19A0EB. Grayscale: #7F7F7F. Windows color (decimal): -1679596 or 1335270. OLE color: 1335270.

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

Color convert

RGB 230 95 20 -
CMYK 0 0.59 0.91 0.10
HSL 21.43º 0.84% 0.49% -
HSV(B) 21.43º 0.91% 0.9% -
XYZ 36.85 25.06 3.56 -
YUV 126.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 230 95 20 0 0.59 0.91 0.10 21.43 0.84 0.49
Hex E6 5F 14 0 3B 5B A 15 54 31
Octal 346 137 24 0 73 133 12 25 124 61
Binary 11100110 1011111 10100 0 111011 1011011 1010 10101 1010100 110001

Color Harmonies of #E65F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F14

Black with #E65F14

Text Example


Text Example

White with #E65F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F14; }

 p { color: rgb(230,95,20); }

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

background-color css

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

 a { background-color: rgb(230,95,20); }

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

border-color css

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

 span { border-color: rgb(230,95,20); }

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