Html Css Color HEX #E65009 Persimmon

📋 copy color: '#E65009'

red 230 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #E65009

Tints of Persimmon #E65009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 72.1%
G = 25.08%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E65009 (or 0xE65009) is known color: Persimmon. HEX triplet: E6, 50 and 09. RGB value is (230,80,9). Sum of RGB (Red+Green+Blue) = 230+80+9=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E65009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65009 is #19AFF6. Grayscale: #757575. Windows color (decimal): -1683447 or 610534. OLE color: 610534.

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

Color convert

RGB 230 80 9 -
CMYK 0 0.65 0.96 0.10
HSL 19.28º 0.92% 0.47% -
HSV(B) 19.28º 0.96% 0.9% -
XYZ 35.55 22.58 2.74 -
YUV 116.76 67.2 208.77 -
System Red Green Blue C M Y K H S L
Decimal 230 80 9 0 0.65 0.96 0.10 19.28 0.92 0.47
Hex E6 50 9 0 41 60 A 13 5C 2F
Octal 346 120 11 0 101 140 12 23 134 57
Binary 11100110 1010000 1001 0 1000001 1100000 1010 10011 1011100 101111

Color Harmonies of #E65009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65009

Black with #E65009

Text Example


Text Example

White with #E65009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65009; }

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

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

background-color css

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

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

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

border-color css

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

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

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