Html Css Color HEX #E64605 Persimmon

📋 copy color: '#E64605'

red 230 ◦ green 70 ◦ blue 5

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

Shades of Persimmon #E64605

Tints of Persimmon #E64605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.95%

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

R = 75.41%
G = 22.95%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64605 (or 0xE64605) is known color: Persimmon. HEX triplet: E6, 46 and 05. RGB value is (230,70,5). Sum of RGB (Red+Green+Blue) = 230+70+5=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E64605 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64605 is #19B9FA. Grayscale: #6E6E6E. Windows color (decimal): -1686011 or 345830. OLE color: 345830.

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

Color convert

RGB 230 70 5 -
CMYK 0 0.70 0.98 0.10
HSL 17.33º 0.96% 0.46% -
HSV(B) 17.33º 0.98% 0.9% -
XYZ 34.85 21.21 2.4 -
YUV 110.43 68.51 213.29 -
System Red Green Blue C M Y K H S L
Decimal 230 70 5 0 0.70 0.98 0.10 17.33 0.96 0.46
Hex E6 46 5 0 46 62 A 11 60 2E
Octal 346 106 5 0 106 142 12 21 140 56
Binary 11100110 1000110 101 0 1000110 1100010 1010 10001 1100000 101110

Color Harmonies of #E64605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64605

Black with #E64605

Text Example


Text Example

White with #E64605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64605; }

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

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

background-color css

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

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

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

border-color css

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

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

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