Html Css Color HEX #E05706 Persimmon

📋 copy color: '#E05706'

red 224 ◦ green 87 ◦ blue 6

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

Shades of Persimmon #E05706

Tints of Persimmon #E05706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 70.66%
G = 27.44%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E05706 (or 0xE05706) is known color: Persimmon. HEX triplet: E0, 57 and 06. RGB value is (224,87,6). Sum of RGB (Red+Green+Blue) = 224+87+6=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E05706 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05706 is #1FA8F9. Grayscale: #777777. Windows color (decimal): -2074874 or 415712. OLE color: 415712.

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

Color convert

RGB 224 87 6 -
CMYK 0 0.61 0.97 0.12
HSL 22.29º 0.95% 0.45% -
HSV(B) 22.29º 0.97% 0.88% -
XYZ 34.18 22.68 2.75 -
YUV 118.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 224 87 6 0 0.61 0.97 0.12 22.29 0.95 0.45
Hex E0 57 6 0 3D 61 C 16 5F 2D
Octal 340 127 6 0 75 141 14 26 137 55
Binary 11100000 1010111 110 0 111101 1100001 1100 10110 1011111 101101

Color Harmonies of #E05706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05706

Black with #E05706

Text Example


Text Example

White with #E05706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05706; }

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

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

background-color css

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

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

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

border-color css

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

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

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