Html Css Color HEX #E64202 Persimmon

📋 copy color: '#E64202'

red 230 ◦ green 66 ◦ blue 2

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

Shades of Persimmon #E64202

Tints of Persimmon #E64202

RGB

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

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

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

R = 77.18%
G = 22.15%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64202 (or 0xE64202) is known color: Persimmon. HEX triplet: E6, 42 and 02. RGB value is (230,66,2). Sum of RGB (Red+Green+Blue) = 230+66+2=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E64202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64202 is #19BDFD. Grayscale: #6C6C6C. Windows color (decimal): -1687038 or 148198. OLE color: 148198.

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

Color convert

RGB 230 66 2 -
CMYK 0 0.71 0.99 0.10
HSL 16.84º 0.98% 0.45% -
HSV(B) 16.84º 0.99% 0.9% -
XYZ 34.59 20.72 2.23 -
YUV 107.74 68.33 215.2 -
System Red Green Blue C M Y K H S L
Decimal 230 66 2 0 0.71 0.99 0.10 16.84 0.98 0.45
Hex E6 42 2 0 47 63 A 11 62 2D
Octal 346 102 2 0 107 143 12 21 142 55
Binary 11100110 1000010 10 0 1000111 1100011 1010 10001 1100010 101101

Color Harmonies of #E64202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64202

Black with #E64202

Text Example


Text Example

White with #E64202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64202; }

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

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

background-color css

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

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

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

border-color css

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

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

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