Html Css Color HEX #E64F05 Persimmon

📋 copy color: '#E64F05'

red 230 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #E64F05

Tints of Persimmon #E64F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 73.25%
G = 25.16%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64F05 (or 0xE64F05) is known color: Persimmon. HEX triplet: E6, 4F and 05. RGB value is (230,79,5). Sum of RGB (Red+Green+Blue) = 230+79+5=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64F05 is #19B0FA. Grayscale: #747474. Windows color (decimal): -1683707 or 348134. OLE color: 348134.

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

Color convert

RGB 230 79 5 -
CMYK 0 0.66 0.98 0.10
HSL 19.73º 0.96% 0.46% -
HSV(B) 19.73º 0.98% 0.9% -
XYZ 35.46 22.43 2.6 -
YUV 115.71 65.53 209.52 -
System Red Green Blue C M Y K H S L
Decimal 230 79 5 0 0.66 0.98 0.10 19.73 0.96 0.46
Hex E6 4F 5 0 42 62 A 14 60 2E
Octal 346 117 5 0 102 142 12 24 140 56
Binary 11100110 1001111 101 0 1000010 1100010 1010 10100 1100000 101110

Color Harmonies of #E64F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F05

Black with #E64F05

Text Example


Text Example

White with #E64F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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