Html Css Color HEX #E64402 Persimmon

📋 copy color: '#E64402'

red 230 ◦ green 68 ◦ blue 2

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

Shades of Persimmon #E64402

Tints of Persimmon #E64402

RGB

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

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

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

R = 76.67%
G = 22.67%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64402 (or 0xE64402) is known color: Persimmon. HEX triplet: E6, 44 and 02. RGB value is (230,68,2). Sum of RGB (Red+Green+Blue) = 230+68+2=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E64402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64402 is #19BBFD. Grayscale: #6D6D6D. Windows color (decimal): -1686526 or 148710. OLE color: 148710.

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

Color convert

RGB 230 68 2 -
CMYK 0 0.70 0.99 0.10
HSL 17.37º 0.98% 0.45% -
HSV(B) 17.37º 0.99% 0.9% -
XYZ 34.71 20.96 2.27 -
YUV 108.91 67.67 214.37 -
System Red Green Blue C M Y K H S L
Decimal 230 68 2 0 0.70 0.99 0.10 17.37 0.98 0.45
Hex E6 44 2 0 46 63 A 11 62 2D
Octal 346 104 2 0 106 143 12 21 142 55
Binary 11100110 1000100 10 0 1000110 1100011 1010 10001 1100010 101101

Color Harmonies of #E64402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64402

Black with #E64402

Text Example


Text Example

White with #E64402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64402; }

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

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

background-color css

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

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

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

border-color css

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

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

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