Html Css Color HEX #E06104 Persimmon

📋 copy color: '#E06104'

red 224 ◦ green 97 ◦ blue 4

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

Shades of Persimmon #E06104

Tints of Persimmon #E06104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.85%

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 68.92%
G = 29.85%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E06104 (or 0xE06104) is known color: Persimmon. HEX triplet: E0, 61 and 04. RGB value is (224,97,4). Sum of RGB (Red+Green+Blue) = 224+97+4=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E06104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06104 is #1F9EFB. Grayscale: #7C7C7C. Windows color (decimal): -2072316 or 287200. OLE color: 287200.

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

Color convert

RGB 224 97 4 -
CMYK 0 0.57 0.98 0.12
HSL 25.36º 0.96% 0.45% -
HSV(B) 25.36º 0.98% 0.88% -
XYZ 35.04 24.41 2.98 -
YUV 124.37 60.08 199.06 -
System Red Green Blue C M Y K H S L
Decimal 224 97 4 0 0.57 0.98 0.12 25.36 0.96 0.45
Hex E0 61 4 0 39 62 C 19 60 2D
Octal 340 141 4 0 71 142 14 31 140 55
Binary 11100000 1100001 100 0 111001 1100010 1100 11001 1100000 101101

Color Harmonies of #E06104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06104

Black with #E06104

Text Example


Text Example

White with #E06104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06104; }

 p { color: rgb(224,97,4); }

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

background-color css

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

 a { background-color: rgb(224,97,4); }

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

border-color css

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

 span { border-color: rgb(224,97,4); }

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