Html Css Color HEX #E65F10 Persimmon

📋 copy color: '#E65F10'

red 230 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #E65F10

Tints of Persimmon #E65F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 67.45%
G = 27.86%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E65F10 (or 0xE65F10) is known color: Persimmon. HEX triplet: E6, 5F and 10. RGB value is (230,95,16). Sum of RGB (Red+Green+Blue) = 230+95+16=341 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.45% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F10 is #19A0EF. Grayscale: #7E7E7E. Windows color (decimal): -1679600 or 1073126. OLE color: 1073126.

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

Color convert

RGB 230 95 16 -
CMYK 0 0.59 0.93 0.10
HSL 22.15º 0.87% 0.48% -
HSV(B) 22.15º 0.93% 0.9% -
XYZ 36.82 25.04 3.38 -
YUV 126.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 230 95 16 0 0.59 0.93 0.10 22.15 0.87 0.48
Hex E6 5F 10 0 3B 5D A 16 57 30
Octal 346 137 20 0 73 135 12 26 127 60
Binary 11100110 1011111 10000 0 111011 1011101 1010 10110 1010111 110000

Color Harmonies of #E65F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F10

Black with #E65F10

Text Example


Text Example

White with #E65F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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