Html Css Color HEX #E04400 Persimmon

📋 copy color: '#E04400'

red 224 ◦ green 68 ◦ blue 0

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

Shades of Persimmon #E04400

Tints of Persimmon #E04400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.71%
G = 23.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E04400 (or 0xE04400) is known color: Persimmon. HEX triplet: E0, 44 and 00. RGB value is (224,68,0). Sum of RGB (Red+Green+Blue) = 224+68+0=292 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.71% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 224 - color contains mainly: red. Hex color #E04400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04400 is #1FBBFF. Grayscale: #6B6B6B. Windows color (decimal): -2079744 or 17632. OLE color: 17632.

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

Color convert

RGB 224 68 0 -
CMYK 0 0.70 1 0.12
HSL 18.21º 1% 0.44% -
HSV(B) 18.21º 1% 0.88% -
XYZ 32.81 19.98 2.13 -
YUV 106.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 224 68 0 0 0.70 1 0.12 18.21 1 0.44
Hex E0 44 0 0 46 64 C 12 64 2C
Octal 340 104 0 0 106 144 14 22 144 54
Binary 11100000 1000100 0 0 1000110 1100100 1100 10010 1100100 101100

Color Harmonies of #E04400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04400

Black with #E04400

Text Example


Text Example

White with #E04400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04400; }

 p { color: rgb(224,68,0); }

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

background-color css

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

 a { background-color: rgb(224,68,0); }

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

border-color css

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

 span { border-color: rgb(224,68,0); }

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