Html Css Color HEX #E05400 Persimmon

📋 copy color: '#E05400'

red 224 ◦ green 84 ◦ blue 0

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

Shades of Persimmon #E05400

Tints of Persimmon #E05400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

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

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05400 (or 0xE05400) is known color: Persimmon. HEX triplet: E0, 54 and 00. RGB value is (224,84,0). Sum of RGB (Red+Green+Blue) = 224+84+0=308 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.73% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 224 - color contains mainly: red. Hex color #E05400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05400 is #1FABFF. Grayscale: #747474. Windows color (decimal): -2075648 or 21728. OLE color: 21728.

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

Color convert

RGB 224 84 0 -
CMYK 0 0.62 1 0.12
HSL 22.5º 1% 0.44% -
HSV(B) 22.5º 1% 0.88% -
XYZ 33.91 22.19 2.5 -
YUV 116.28 62.38 204.83 -
System Red Green Blue C M Y K H S L
Decimal 224 84 0 0 0.62 1 0.12 22.5 1 0.44
Hex E0 54 0 0 3E 64 C 16 64 2C
Octal 340 124 0 0 76 144 14 26 144 54
Binary 11100000 1010100 0 0 111110 1100100 1100 10110 1100100 101100

Color Harmonies of #E05400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05400

Black with #E05400

Text Example


Text Example

White with #E05400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05400; }

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

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

background-color css

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

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

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

border-color css

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

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

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