Html Css Color HEX #E64405 Persimmon

📋 copy color: '#E64405'

red 230 ◦ green 68 ◦ blue 5

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

Shades of Persimmon #E64405

Tints of Persimmon #E64405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

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

R = 75.91%
G = 22.44%
B = 1.65%

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

#E64405 (or 0xE64405) is known color: Persimmon. HEX triplet: E6, 44 and 05. RGB value is (230,68,5). Sum of RGB (Red+Green+Blue) = 230+68+5=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E64405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64405 is #19BBFA. Grayscale: #6D6D6D. Windows color (decimal): -1686523 or 345318. OLE color: 345318.

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

Color convert

RGB 230 68 5 -
CMYK 0 0.70 0.98 0.10
HSL 16.8º 0.96% 0.46% -
HSV(B) 16.8º 0.98% 0.9% -
XYZ 34.73 20.97 2.36 -
YUV 109.26 69.17 214.12 -
System Red Green Blue C M Y K H S L
Decimal 230 68 5 0 0.70 0.98 0.10 16.8 0.96 0.46
Hex E6 44 5 0 46 62 A 11 60 2E
Octal 346 104 5 0 106 142 12 21 140 56
Binary 11100110 1000100 101 0 1000110 1100010 1010 10001 1100000 101110

Color Harmonies of #E64405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64405

Black with #E64405

Text Example


Text Example

White with #E64405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64405; }

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

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

background-color css

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

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

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

border-color css

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

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

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