Html Css Color HEX #E64705 Persimmon

📋 copy color: '#E64705'

red 230 ◦ green 71 ◦ blue 5

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

Shades of Persimmon #E64705

Tints of Persimmon #E64705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 75.16%
G = 23.2%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64705 (or 0xE64705) is known color: Persimmon. HEX triplet: E6, 47 and 05. RGB value is (230,71,5). Sum of RGB (Red+Green+Blue) = 230+71+5=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E64705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64705 is #19B8FA. Grayscale: #6F6F6F. Windows color (decimal): -1685755 or 346086. OLE color: 346086.

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

Color convert

RGB 230 71 5 -
CMYK 0 0.69 0.98 0.10
HSL 17.6º 0.96% 0.46% -
HSV(B) 17.6º 0.98% 0.9% -
XYZ 34.91 21.34 2.42 -
YUV 111.02 68.18 212.87 -
System Red Green Blue C M Y K H S L
Decimal 230 71 5 0 0.69 0.98 0.10 17.6 0.96 0.46
Hex E6 47 5 0 45 62 A 12 60 2E
Octal 346 107 5 0 105 142 12 22 140 56
Binary 11100110 1000111 101 0 1000101 1100010 1010 10010 1100000 101110

Color Harmonies of #E64705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64705

Black with #E64705

Text Example


Text Example

White with #E64705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64705; }

 p { color: rgb(230,71,5); }

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

background-color css

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

 a { background-color: rgb(230,71,5); }

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

border-color css

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

 span { border-color: rgb(230,71,5); }

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