Html Css Color HEX #E65F0E Persimmon

📋 copy color: '#E65F0E'

red 230 ◦ green 95 ◦ blue 14

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

Shades of Persimmon #E65F0E

Tints of Persimmon #E65F0E

RGB

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

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

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

R = 67.85%
G = 28.02%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E65F0E (or 0xE65F0E) is known color: Persimmon. HEX triplet: E6, 5F and 0E. RGB value is (230,95,14). Sum of RGB (Red+Green+Blue) = 230+95+14=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F0E is #19A0F1. Grayscale: #7E7E7E. Windows color (decimal): -1679602 or 942054. OLE color: 942054.

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

Color convert

RGB 230 95 14 -
CMYK 0 0.59 0.94 0.10
HSL 22.5º 0.89% 0.48% -
HSV(B) 22.5º 0.94% 0.9% -
XYZ 36.8 25.04 3.31 -
YUV 126.13 64.73 202.09 -
System Red Green Blue C M Y K H S L
Decimal 230 95 14 0 0.59 0.94 0.10 22.5 0.89 0.48
Hex E6 5F E 0 3B 5E A 16 59 30
Octal 346 137 16 0 73 136 12 26 131 60
Binary 11100110 1011111 1110 0 111011 1011110 1010 10110 1011001 110000

Color Harmonies of #E65F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F0E

Black with #E65F0E

Text Example


Text Example

White with #E65F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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