Html Css Color HEX #E65207 Persimmon

📋 copy color: '#E65207'

red 230 ◦ green 82 ◦ blue 7

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

Shades of Persimmon #E65207

Tints of Persimmon #E65207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.71%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 72.1%
G = 25.71%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E65207 (or 0xE65207) is known color: Persimmon. HEX triplet: E6, 52 and 07. RGB value is (230,82,7). Sum of RGB (Red+Green+Blue) = 230+82+7=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E65207 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65207 is #19ADF8. Grayscale: #767676. Windows color (decimal): -1682937 or 479974. OLE color: 479974.

HSL color Cylindrical-coordinate representation of color #E65207: hue angle of 20.18º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E65207 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 82 7 -
CMYK 0 0.64 0.97 0.10
HSL 20.18º 0.94% 0.46% -
HSV(B) 20.18º 0.97% 0.9% -
XYZ 35.69 22.87 2.73 -
YUV 117.7 65.53 208.1 -
System Red Green Blue C M Y K H S L
Decimal 230 82 7 0 0.64 0.97 0.10 20.18 0.94 0.46
Hex E6 52 7 0 40 61 A 14 5E 2E
Octal 346 122 7 0 100 141 12 24 136 56
Binary 11100110 1010010 111 0 1000000 1100001 1010 10100 1011110 101110

Color Harmonies of #E65207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65207

Black with #E65207

Text Example


Text Example

White with #E65207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65207; }

 p { color: rgb(230,82,7); }

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

background-color css

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

 a { background-color: rgb(230,82,7); }

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

border-color css

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

 span { border-color: rgb(230,82,7); }

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