Html Css Color HEX #E04602 Persimmon

📋 copy color: '#E04602'

red 224 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #E04602

Tints of Persimmon #E04602

RGB

 RED value IS 224 (87.89% from 255) = 75.68%

 GREEN value IS 70 (27.73% from 255) = 23.65%

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

R = 75.68%
G = 23.65%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E04602 (or 0xE04602) is known color: Persimmon. HEX triplet: E0, 46 and 02. RGB value is (224,70,2). Sum of RGB (Red+Green+Blue) = 224+70+2=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E04602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04602 is #1FB9FD. Grayscale: #6C6C6C. Windows color (decimal): -2079230 or 149216. OLE color: 149216.

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

Color convert

RGB 224 70 2 -
CMYK 0 0.69 0.99 0.12
HSL 18.38º 0.98% 0.44% -
HSV(B) 18.38º 0.99% 0.88% -
XYZ 32.94 20.23 2.23 -
YUV 108.29 68.02 210.53 -
System Red Green Blue C M Y K H S L
Decimal 224 70 2 0 0.69 0.99 0.12 18.38 0.98 0.44
Hex E0 46 2 0 45 63 C 12 62 2C
Octal 340 106 2 0 105 143 14 22 142 54
Binary 11100000 1000110 10 0 1000101 1100011 1100 10010 1100010 101100

Color Harmonies of #E04602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04602

Black with #E04602

Text Example


Text Example

White with #E04602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04602; }

 p { color: rgb(224,70,2); }

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

background-color css

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

 a { background-color: rgb(224,70,2); }

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

border-color css

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

 span { border-color: rgb(224,70,2); }

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