Html Css Color HEX #E65B0E Persimmon

📋 copy color: '#E65B0E'

red 230 ◦ green 91 ◦ blue 14

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

Shades of Persimmon #E65B0E

Tints of Persimmon #E65B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 68.66%
G = 27.16%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E65B0E (or 0xE65B0E) is known color: Persimmon. HEX triplet: E6, 5B and 0E. RGB value is (230,91,14). Sum of RGB (Red+Green+Blue) = 230+91+14=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E65B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65B0E is #19A4F1. Grayscale: #7C7C7C. Windows color (decimal): -1680626 or 941030. OLE color: 941030.

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

Color convert

RGB 230 91 14 -
CMYK 0 0.60 0.94 0.10
HSL 21.39º 0.89% 0.48% -
HSV(B) 21.39º 0.94% 0.9% -
XYZ 36.45 24.34 3.19 -
YUV 123.78 66.05 203.76 -
System Red Green Blue C M Y K H S L
Decimal 230 91 14 0 0.60 0.94 0.10 21.39 0.89 0.48
Hex E6 5B E 0 3C 5E A 15 59 30
Octal 346 133 16 0 74 136 12 25 131 60
Binary 11100110 1011011 1110 0 111100 1011110 1010 10101 1011001 110000

Color Harmonies of #E65B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65B0E

Black with #E65B0E

Text Example


Text Example

White with #E65B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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