Html Css Color HEX #E04102 Persimmon

📋 copy color: '#E04102'

red 224 ◦ green 65 ◦ blue 2

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

Shades of Persimmon #E04102

Tints of Persimmon #E04102

RGB

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

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

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

R = 76.98%
G = 22.34%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E04102 (or 0xE04102) is known color: Persimmon. HEX triplet: E0, 41 and 02. RGB value is (224,65,2). Sum of RGB (Red+Green+Blue) = 224+65+2=291 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.98% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 224 - color contains mainly: red. Hex color #E04102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04102 is #1FBEFD. Grayscale: #696969. Windows color (decimal): -2080510 or 147936. OLE color: 147936.

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

Color convert

RGB 224 65 2 -
CMYK 0 0.71 0.99 0.12
HSL 17.03º 0.98% 0.44% -
HSV(B) 17.03º 0.99% 0.88% -
XYZ 32.64 19.63 2.13 -
YUV 105.36 69.68 212.62 -
System Red Green Blue C M Y K H S L
Decimal 224 65 2 0 0.71 0.99 0.12 17.03 0.98 0.44
Hex E0 41 2 0 47 63 C 11 62 2C
Octal 340 101 2 0 107 143 14 21 142 54
Binary 11100000 1000001 10 0 1000111 1100011 1100 10001 1100010 101100

Color Harmonies of #E04102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04102

Black with #E04102

Text Example


Text Example

White with #E04102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04102; }

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

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

background-color css

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

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

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

border-color css

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

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

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