Html Css Color HEX #E04700 Persimmon

📋 copy color: '#E04700'

red 224 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #E04700

Tints of Persimmon #E04700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.07%

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

R = 75.93%
G = 24.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E04700 (or 0xE04700) is known color: Persimmon. HEX triplet: E0, 47 and 00. RGB value is (224,71,0). Sum of RGB (Red+Green+Blue) = 224+71+0=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E04700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04700 is #1FB8FF. Grayscale: #6D6D6D. Windows color (decimal): -2078976 or 18400. OLE color: 18400.

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

Color convert

RGB 224 71 0 -
CMYK 0 0.68 1 0.12
HSL 19.02º 1% 0.44% -
HSV(B) 19.02º 1% 0.88% -
XYZ 32.99 20.35 2.19 -
YUV 108.65 66.69 210.27 -
System Red Green Blue C M Y K H S L
Decimal 224 71 0 0 0.68 1 0.12 19.02 1 0.44
Hex E0 47 0 0 44 64 C 13 64 2C
Octal 340 107 0 0 104 144 14 23 144 54
Binary 11100000 1000111 0 0 1000100 1100100 1100 10011 1100100 101100

Color Harmonies of #E04700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E04700

Black with #E04700

Text Example


Text Example

White with #E04700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E04700; }

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

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

background-color css

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

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

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

border-color css

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

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

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