Html Css Color HEX #E64207 Persimmon

📋 copy color: '#E64207'

red 230 ◦ green 66 ◦ blue 7

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

Shades of Persimmon #E64207

Tints of Persimmon #E64207

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.78%

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

R = 75.91%
G = 21.78%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E64207 (or 0xE64207) is known color: Persimmon. HEX triplet: E6, 42 and 07. RGB value is (230,66,7). Sum of RGB (Red+Green+Blue) = 230+66+7=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 7 (3.12% from 255 or 2.31% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E64207 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64207 is #19BDF8. Grayscale: #6C6C6C. Windows color (decimal): -1687033 or 475878. OLE color: 475878.

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

Color convert

RGB 230 66 7 -
CMYK 0 0.71 0.97 0.10
HSL 15.87º 0.94% 0.46% -
HSV(B) 15.87º 0.97% 0.9% -
XYZ 34.62 20.73 2.38 -
YUV 108.31 70.83 214.8 -
System Red Green Blue C M Y K H S L
Decimal 230 66 7 0 0.71 0.97 0.10 15.87 0.94 0.46
Hex E6 42 7 0 47 61 A 10 5E 2E
Octal 346 102 7 0 107 141 12 20 136 56
Binary 11100110 1000010 111 0 1000111 1100001 1010 10000 1011110 101110

Color Harmonies of #E64207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64207

Black with #E64207

Text Example


Text Example

White with #E64207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64207; }

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

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

background-color css

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

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

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

border-color css

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

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

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