Html Css Color HEX #E64102 Persimmon

📋 copy color: '#E64102'

red 230 ◦ green 65 ◦ blue 2

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

Shades of Persimmon #E64102

Tints of Persimmon #E64102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 77.44%
G = 21.89%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64102 (or 0xE64102) is known color: Persimmon. HEX triplet: E6, 41 and 02. RGB value is (230,65,2). Sum of RGB (Red+Green+Blue) = 230+65+2=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E64102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64102 is #19BEFD. Grayscale: #6B6B6B. Windows color (decimal): -1687294 or 147942. OLE color: 147942.

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

Color convert

RGB 230 65 2 -
CMYK 0 0.72 0.99 0.10
HSL 16.58º 0.98% 0.45% -
HSV(B) 16.58º 0.99% 0.9% -
XYZ 34.53 20.61 2.22 -
YUV 107.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 230 65 2 0 0.72 0.99 0.10 16.58 0.98 0.45
Hex E6 41 2 0 48 63 A 11 62 2D
Octal 346 101 2 0 110 143 12 21 142 55
Binary 11100110 1000001 10 0 1001000 1100011 1010 10001 1100010 101101

Color Harmonies of #E64102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64102

Black with #E64102

Text Example


Text Example

White with #E64102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64102; }

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

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

background-color css

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

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

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

border-color css

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

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

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