Html Css Color HEX #E64702 Persimmon

📋 copy color: '#E64702'

red 230 ◦ green 71 ◦ blue 2

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

Shades of Persimmon #E64702

Tints of Persimmon #E64702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.43%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 75.91%
G = 23.43%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64702 (or 0xE64702) is known color: Persimmon. HEX triplet: E6, 47 and 02. RGB value is (230,71,2). Sum of RGB (Red+Green+Blue) = 230+71+2=303 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.91% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 230 - color contains mainly: red. Hex color #E64702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64702 is #19B8FD. Grayscale: #6F6F6F. Windows color (decimal): -1685758 or 149478. OLE color: 149478.

HSL color Cylindrical-coordinate representation of color #E64702: hue angle of 18.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E64702 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 71 2 -
CMYK 0 0.69 0.99 0.10
HSL 18.16º 0.98% 0.45% -
HSV(B) 18.16º 0.99% 0.9% -
XYZ 34.9 21.33 2.34 -
YUV 110.68 66.68 213.11 -
System Red Green Blue C M Y K H S L
Decimal 230 71 2 0 0.69 0.99 0.10 18.16 0.98 0.45
Hex E6 47 2 0 45 63 A 12 62 2D
Octal 346 107 2 0 105 143 12 22 142 55
Binary 11100110 1000111 10 0 1000101 1100011 1010 10010 1100010 101101

Color Harmonies of #E64702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64702

Black with #E64702

Text Example


Text Example

White with #E64702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64702; }

 p { color: rgb(230,71,2); }

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

background-color css

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

 a { background-color: rgb(230,71,2); }

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

border-color css

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

 span { border-color: rgb(230,71,2); }

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