Html Css Color HEX #E04502 Persimmon

📋 copy color: '#E04502'

red 224 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #E04502

Tints of Persimmon #E04502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 75.93%
G = 23.39%
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

#E04502 (or 0xE04502) is known color: Persimmon. HEX triplet: E0, 45 and 02. RGB value is (224,69,2). Sum of RGB (Red+Green+Blue) = 224+69+2=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E04502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04502 is #1FBAFD. Grayscale: #6C6C6C. Windows color (decimal): -2079486 or 148960. OLE color: 148960.

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

Color convert

RGB 224 69 2 -
CMYK 0 0.69 0.99 0.12
HSL 18.11º 0.98% 0.44% -
HSV(B) 18.11º 0.99% 0.88% -
XYZ 32.88 20.11 2.21 -
YUV 107.71 68.35 210.95 -
System Red Green Blue C M Y K H S L
Decimal 224 69 2 0 0.69 0.99 0.12 18.11 0.98 0.44
Hex E0 45 2 0 45 63 C 12 62 2C
Octal 340 105 2 0 105 143 14 22 142 54
Binary 11100000 1000101 10 0 1000101 1100011 1100 10010 1100010 101100

Color Harmonies of #E04502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04502

Black with #E04502

Text Example


Text Example

White with #E04502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04502; }

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

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

background-color css

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

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

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

border-color css

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

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

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