Html Css Color HEX #E65F16 Persimmon

📋 copy color: '#E65F16'

red 230 ◦ green 95 ◦ blue 22

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

Shades of Persimmon #E65F16

Tints of Persimmon #E65F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 66.28%
G = 27.38%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65F16 (or 0xE65F16) is known color: Persimmon. HEX triplet: E6, 5F and 16. RGB value is (230,95,22). Sum of RGB (Red+Green+Blue) = 230+95+22=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F16 is #19A0E9. Grayscale: #7F7F7F. Windows color (decimal): -1679594 or 1466342. OLE color: 1466342.

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

Color convert

RGB 230 95 22 -
CMYK 0 0.59 0.90 0.10
HSL 21.06º 0.83% 0.49% -
HSV(B) 21.06º 0.9% 0.9% -
XYZ 36.87 25.07 3.65 -
YUV 127.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 230 95 22 0 0.59 0.90 0.10 21.06 0.83 0.49
Hex E6 5F 16 0 3B 5A A 15 53 31
Octal 346 137 26 0 73 132 12 25 123 61
Binary 11100110 1011111 10110 0 111011 1011010 1010 10101 1010011 110001

Color Harmonies of #E65F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F16

Black with #E65F16

Text Example


Text Example

White with #E65F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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