Html Css Color HEX #E05700 Persimmon

📋 copy color: '#E05700'

red 224 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #E05700

Tints of Persimmon #E05700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

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

R = 72.03%
G = 27.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E05700 (or 0xE05700) is known color: Persimmon. HEX triplet: E0, 57 and 00. RGB value is (224,87,0). Sum of RGB (Red+Green+Blue) = 224+87+0=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E05700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05700 is #1FA8FF. Grayscale: #767676. Windows color (decimal): -2074880 or 22496. OLE color: 22496.

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

Color convert

RGB 224 87 0 -
CMYK 0 0.61 1 0.12
HSL 23.3º 1% 0.44% -
HSV(B) 23.3º 1% 0.88% -
XYZ 34.15 22.66 2.57 -
YUV 118.05 61.39 203.57 -
System Red Green Blue C M Y K H S L
Decimal 224 87 0 0 0.61 1 0.12 23.3 1 0.44
Hex E0 57 0 0 3D 64 C 17 64 2C
Octal 340 127 0 0 75 144 14 27 144 54
Binary 11100000 1010111 0 0 111101 1100100 1100 10111 1100100 101100

Color Harmonies of #E05700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05700

Black with #E05700

Text Example


Text Example

White with #E05700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05700; }

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

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

background-color css

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

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

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

border-color css

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

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

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