Html Css Color HEX #E64507 Persimmon

📋 copy color: '#E64507'

red 230 ◦ green 69 ◦ blue 7

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

Shades of Persimmon #E64507

Tints of Persimmon #E64507

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.55%

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

R = 75.16%
G = 22.55%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E64507 (or 0xE64507) is known color: Persimmon. HEX triplet: E6, 45 and 07. RGB value is (230,69,7). Sum of RGB (Red+Green+Blue) = 230+69+7=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E64507 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64507 is #19BAF8. Grayscale: #6E6E6E. Windows color (decimal): -1686265 or 476646. OLE color: 476646.

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

Color convert

RGB 230 69 7 -
CMYK 0 0.7 0.97 0.10
HSL 16.68º 0.94% 0.46% -
HSV(B) 16.68º 0.97% 0.9% -
XYZ 34.8 21.09 2.44 -
YUV 110.07 69.84 213.54 -
System Red Green Blue C M Y K H S L
Decimal 230 69 7 0 0.7 0.97 0.10 16.68 0.94 0.46
Hex E6 45 7 0 46 61 A 11 5E 2E
Octal 346 105 7 0 106 141 12 21 136 56
Binary 11100110 1000101 111 0 1000110 1100001 1010 10001 1011110 101110

Color Harmonies of #E64507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64507

Black with #E64507

Text Example


Text Example

White with #E64507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64507; }

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

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

background-color css

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

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

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

border-color css

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

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

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