Html Css Color HEX #E54706 Persimmon

📋 copy color: '#E54706'

red 229 ◦ green 71 ◦ blue 6

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

Shades of Persimmon #E54706

Tints of Persimmon #E54706

RGB

 RED value IS 229 (89.84% from 255) = 74.84%

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

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

R = 74.84%
G = 23.2%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E54706 (or 0xE54706) is known color: Persimmon. HEX triplet: E5, 47 and 06. RGB value is (229,71,6). Sum of RGB (Red+Green+Blue) = 229+71+6=306 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.84% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 6 (2.73% from 255 or 1.96% from 306); Max value from RGB is 229 - color contains mainly: red. Hex color #E54706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E54706 is #1AB8F9. Grayscale: #6F6F6F. Windows color (decimal): -1751290 or 411621. OLE color: 411621.

HSL color Cylindrical-coordinate representation of color #E54706: hue angle of 17.49º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E54706 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 6 -
CMYK 0 0.69 0.97 0.10
HSL 17.49º 0.95% 0.46% -
HSV(B) 17.49º 0.97% 0.9% -
XYZ 34.6 21.18 2.44 -
YUV 110.83 68.85 212.29 -
System Red Green Blue C M Y K H S L
Decimal 229 71 6 0 0.69 0.97 0.10 17.49 0.95 0.46
Hex E5 47 6 0 45 61 A 11 5F 2E
Octal 345 107 6 0 105 141 12 21 137 56
Binary 11100101 1000111 110 0 1000101 1100001 1010 10001 1011111 101110

Color Harmonies of #E54706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54706

Black with #E54706

Text Example


Text Example

White with #E54706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54706; }

 p { color: rgb(229,71,6); }

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

background-color css

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

 a { background-color: rgb(229,71,6); }

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

border-color css

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

 span { border-color: rgb(229,71,6); }

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