Html Css Color HEX #E65912 Persimmon

📋 copy color: '#E65912'

red 230 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #E65912

Tints of Persimmon #E65912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 18 (7.42% from 255) = 5.34%

R = 68.25%
G = 26.41%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E65912 (or 0xE65912) is known color: Persimmon. HEX triplet: E6, 59 and 12. RGB value is (230,89,18). Sum of RGB (Red+Green+Blue) = 230+89+18=337 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.25% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 230 - color contains mainly: red. Hex color #E65912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65912 is #19A6ED. Grayscale: #7B7B7B. Windows color (decimal): -1681134 or 1202662. OLE color: 1202662.

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

Color convert

RGB 230 89 18 -
CMYK 0 0.61 0.92 0.10
HSL 20.09º 0.85% 0.49% -
HSV(B) 20.09º 0.92% 0.9% -
XYZ 36.31 24.01 3.29 -
YUV 123.07 68.71 204.27 -
System Red Green Blue C M Y K H S L
Decimal 230 89 18 0 0.61 0.92 0.10 20.09 0.85 0.49
Hex E6 59 12 0 3D 5C A 14 55 31
Octal 346 131 22 0 75 134 12 24 125 61
Binary 11100110 1011001 10010 0 111101 1011100 1010 10100 1010101 110001

Color Harmonies of #E65912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65912

Black with #E65912

Text Example


Text Example

White with #E65912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65912; }

 p { color: rgb(230,89,18); }

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

background-color css

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

 a { background-color: rgb(230,89,18); }

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

border-color css

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

 span { border-color: rgb(230,89,18); }

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