Html Css Color HEX #E65F09 Persimmon

📋 copy color: '#E65F09'

red 230 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #E65F09

Tints of Persimmon #E65F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 68.86%
G = 28.44%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E65F09 (or 0xE65F09) is known color: Persimmon. HEX triplet: E6, 5F and 09. RGB value is (230,95,9). Sum of RGB (Red+Green+Blue) = 230+95+9=334 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.86% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65F09 is #19A0F6. Grayscale: #7E7E7E. Windows color (decimal): -1679607 or 614374. OLE color: 614374.

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

Color convert

RGB 230 95 9 -
CMYK 0 0.59 0.96 0.10
HSL 23.35º 0.92% 0.47% -
HSV(B) 23.35º 0.96% 0.9% -
XYZ 36.77 25.03 3.15 -
YUV 125.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 230 95 9 0 0.59 0.96 0.10 23.35 0.92 0.47
Hex E6 5F 9 0 3B 60 A 17 5C 2F
Octal 346 137 11 0 73 140 12 27 134 57
Binary 11100110 1011111 1001 0 111011 1100000 1010 10111 1011100 101111

Color Harmonies of #E65F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65F09

Black with #E65F09

Text Example


Text Example

White with #E65F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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